​
​
​

Initializes a new instance of the TXDrawingCore class.

TXDrawingCore()

​public TXDrawingCore();
​Public Sub New()

TXDrawingCore(Int, Int)

​public TXDrawingCore(int width, int height);
​Public Sub New(ByVal width As Integer, ByVal height As Integer)

Parameters

Parameter Description
width The width of the canvas in twips.
height The height of the canvas in twips.
​