DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlDrawTexture | Methods
Draw texture.
// 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.