​
​
​

Initializes a new instance of the DrawingFrame class.

DrawingFrame(Object)

​public DrawingFrame(object drawing);
​Public Sub New(ByVal drawing As System.Object)

Parameters

Parameter Description
drawing Specifies the drawing control associated with the drawing frame. It must be of the type TXTextControl.Drawing.TXDrawingControl or TXTextControl.WPF.Drawing.TXDrawingControl.
​