DK11 for Delphi | GisInterfaces.IGIS_ViewerParent.ControlDrawTexture | Overloads | Methods
Draw texture.
// Delphi public procedure ControlDrawTexture( _bmp : TObject; const _extent : TGIS_Extent; const _ppi : Integer ); overload;
// C++ Builder public: void ControlDrawTexture( TObject* _bmp, TGIS_Extent* const _extent, const int _ppi ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TObject | bitmap |
_extent | TGIS_Extent | extent |
_ppi | Integer | PPI value |
Do not call this method directly. Method is only for internal Viewer/Parent communication.