User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewerparent.controldrawtexture_tobject_tgis_extent_integer

Table of Contents

IGIS_ViewerParent.ControlDrawTexture(TObject; TGIS_Extent; Integer) method

DK11 for Delphi | GisInterfaces.IGIS_ViewerParent.ControlDrawTexture | Overloads | Methods

Draw texture.

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

Syntax

// Delphi
public
  procedure ControlDrawTexture(
    _bmp : TObject;
    const _extent : TGIS_Extent;
    const _ppi : Integer
  ); overload;
// C++ Builder
public:
  void ControlDrawTexture(
    TObject* _bmp,
    TGIS_Extent* const _extent,
    const int _ppi
  ) = 0 /* overload */;

Parameters

Name Type Description
_bmp TObject bitmap
_extent TGIS_Extent extent
_ppi Integer PPI value

Remarks

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

2022/11/16 01:18

Page Tools