User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.drawex_tgis_extent

Table of Contents

TGIS_Layer.DrawEx method

DK11 for Delphi | GisLayer.TGIS_Layer.DrawEx | Constructors | Fields | Methods | Properties | Events

Draws a layer within a defined extent.

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

Syntax

// Delphi
public
  function DrawEx(
    const _extent : TGIS_Extent
  ) : Boolean; virtual;
// C++ Builder
public:
  virtual bool DrawEx(
    TGIS_Extent* const _extent
  );

Parameters

Name Type Description
_extent TGIS_Extent extent to be drawn

Result

Type Description
Boolean True if draw was performed
2022/11/16 01:18

Page Tools