DK11 for Java | tatukgis.jdk.TGIS_BitmapFactory.DoCreateFromResource | Methods
Create bitmap from resource.
// Java public abstract TGIS_BitmapAbstract DoCreateFromResource( TGIS_Bitmap _parent, IntPtr _ref, java.lang.String _name );
// Oxygene public function DoCreateFromResource( _parent : TGIS_Bitmap; _ref : IntPtr; _name : String ) : TGIS_BitmapAbstract; virtual; abstract;
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 | java.lang.String String | name of the resource |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |