DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.GetData | Fields | Methods | Properties
Return platform specific bitmap object (like TBitmap for VCL).
// Delphi public function GetData( const _target : IInterface = nil ) : TObject; virtual;
// C++ Builder public: virtual TObject* GetData( IInterface* const _target );
| Name | Type | Description |
|---|---|---|
| _target | IInterface | optional platform specific object which modifies returned data |
| Type | Description |
|---|---|
| TObject | bitmap object |