DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.Create_2 | Methods | Properties
Create an instance with a given size.
// C# public void Create_2( int _width, int _height, WordBool _premult );
' VisualBasic Public Sub Create_2( ByVal _width As Integer, ByVal _height As Integer, ByVal _premult As WordBool )
// Oxygene public procedure Create_2( _width : Integer; _height : Integer; _premult : WordBool );
| Name | Type | Description |
|---|---|---|
| _width | int Integer | width of bitmap in pixels |
| _height | int Integer | height of bitmap in pixels |
| _premult | WordBool | create a bitmap premutiplied; required and supported only on selected platforms |