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