DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.ControlDrawTexture | Methods | Properties
Draw texture.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// C# public void ControlDrawTexture( ITBaseObject _bmp, ITGIS_Extent _extent, int _ppi );
' VisualBasic Public Sub ControlDrawTexture( ByVal _bmp As ITBaseObject, ByVal _extent As ITGIS_Extent, ByVal _ppi As Integer )
// Oxygene public procedure ControlDrawTexture( _bmp : ITBaseObject; _extent : ITGIS_Extent; _ppi : Integer );
Name | Type | Description |
---|---|---|
_bmp | ITBaseObject | bitmap |
_extent | ITGIS_Extent | extent |
_ppi | int Integer | PPI value |
Do not call this method directly. Method is only for internal Viewer/Parent communication.