DK11 for Python | tatukgis.pdk.TGIS_BitmapFactory.DoCreateFromResource | Methods
Create bitmap from resource.
# Python def DoCreateFromResource( self, _parent: TGIS_Bitmap, _ref: IntPtr, _name: str ) -> TGIS_BitmapAbstract:
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_ref | IntPtr | module handle; to load DK standard resource use 0; see remarks for TGIS_Bitmap.LoadFromResourceName for more |
_name | str | name of the resource |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |