DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerBmp.SetSize | Methods | Properties
Set bitmap new size.
// C# public void SetSize( int _width, int _height );
' VisualBasic Public Sub SetSize( ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public procedure SetSize( _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_width | int Integer | bitmap width |
_height | int Integer | bitmap height |