Initializes a new instance of the TXDrawing
public TXDrawingCore();
Public Sub New()
public TXDrawingCore(int width, int height);
Public Sub New(ByVal width As Integer, ByVal height As Integer)
Parameter | Description |
---|---|
width | The width of the canvas in twips. |
height | The height of the canvas in twips. |