DK11 for .NET | TatukGIS.NDK.TGIS_BitmapFactory.DoCreateFromFile | Methods
Create bitmap from file.
// C# public virtual abstract TGIS_BitmapAbstract DoCreateFromFile( TGIS_Bitmap _parent, string _path );
' VisualBasic Public Overridable MustOverride Function DoCreateFromFile( ByVal _parent As TGIS_Bitmap, ByVal _path As String ) As TGIS_BitmapAbstract
// Oxygene public function DoCreateFromFile( _parent : TGIS_Bitmap; _path : String ) : TGIS_BitmapAbstract; virtual; abstract;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_path | string String | path to file |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |