DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.Create_ | Methods | Properties
Create an instance with a given size.
// C# public void Create_( int _width, int _height );
' VisualBasic Public Sub Create_( ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public procedure Create_( _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_width | int Integer | width of bitmap in pixels |
_height | int Integer | height of bitmap in pixels |