DK11 for .NET | TatukGIS.NDK.TGIS_BitmapFactory.DoCreateFromResource | Methods
Create bitmap from resource.
// C# public virtual abstract TGIS_BitmapAbstract DoCreateFromResource( TGIS_Bitmap _parent, IntPtr _ref, string _name );
' VisualBasic Public Overridable MustOverride Function DoCreateFromResource( ByVal _parent As TGIS_Bitmap, ByVal _ref As IntPtr, ByVal _name As String ) As TGIS_BitmapAbstract
// 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 | string String | name of the resource |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |