DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintBegin | Methods | Properties
Gets the tile size used for tiled printing.
Available also on: Python.
// C# public ITPoint PrintBegin( int _width, int _height );
' VisualBasic Public Function PrintBegin( ByVal _width As Integer, ByVal _height As Integer ) As ITPoint
// Oxygene public function PrintBegin( _width : Integer; _height : Integer ) : ITPoint;
| Name | Type | Description |
|---|---|---|
| _width | int Integer | Output bitmap width. |
| _height | int Integer | Output bitmap height. |