User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerparent.controldrawtexture_itbaseobject_itgis_extent_integer

Table of Contents

IGIS_ViewerParent.ControlDrawTexture method

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlDrawTexture | Methods

Draw texture.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

Name Type Description
_bmp ITBaseObject bitmap
_extent ITGIS_Extent extent
_ppi int
Integer
PPI value

Remarks

Do not call this method directly. Method is only for internal Viewer/Parent communication.

2025/01/31 01:03

Page Tools