DK11 for Java | tatukgis.jdk.TGIS_BitmapFactory.DoCreateFromFile | Methods
Create bitmap from file.
// Java public abstract TGIS_BitmapAbstract DoCreateFromFile( TGIS_Bitmap _parent, java.lang.String _path );
// Oxygene public function DoCreateFromFile( _parent : TGIS_Bitmap; _path : String ) : TGIS_BitmapAbstract; virtual; abstract;
Name | Type | Description |
---|---|---|
_parent | TGIS_Bitmap | master TGIS_Bitmap object |
_path | java.lang.String String | path to file |
Type | Description |
---|---|
TGIS_BitmapAbstract | created bitmap |