DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.Create_4 | Methods | Properties
Create an instance with a given size with a given bitmap factory.
// C# public void Create_4( int _width, int _height, ITGIS_BitmapFactory _factory );
' VisualBasic Public Sub Create_4( ByVal _width As Integer, ByVal _height As Integer, ByVal _factory As ITGIS_BitmapFactory )
// Oxygene public procedure Create_4( _width : Integer; _height : Integer; _factory : ITGIS_BitmapFactory );
Name | Type | Description |
---|---|---|
_width | int Integer | width of bitmap in pixels |
_height | int Integer | height of bitmap in pixels |
_factory | ITGIS_BitmapFactory | bitmap data factory; if null then default one will be used |