DK11 for .NET | TatukGIS.NDK.TGIS_BitmapFactory.DoCreate | Methods
Create bitmap with a given size.
// C# public virtual abstract TGIS_BitmapAbstract DoCreate( TGIS_Bitmap _parent, int _width, int _height );
' VisualBasic Public Overridable MustOverride Function DoCreate( ByVal _parent As TGIS_Bitmap, ByVal _width As Integer, ByVal _height As Integer ) As TGIS_BitmapAbstract
// Oxygene public function DoCreate( _parent : TGIS_Bitmap; _width : Integer; _height : Integer ) : TGIS_BitmapAbstract; virtual; abstract;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_width | int Integer | width of bitmap in pixels |
_height | int Integer | height of bitmap in pixels |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |