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