DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.PrintBegin | Methods | Properties
Get size of tile used while tiling.
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 |