User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.invalidateextent_tgis_extent

Table of Contents

TGIS_Viewer.InvalidateExtent(TGIS_Extent) method

DK11 for Delphi | GisViewer.TGIS_Viewer.InvalidateExtent | Overloads | Constructors | Fields | Methods | Properties | Events

Invalidate an extent for full map redraw

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

Syntax

Implements IGIS_Viewer.InvalidateExtent.

// Delphi
public
  procedure InvalidateExtent(
    const _extent : TGIS_Extent
  ); overload;
// C++ Builder
public:
  void InvalidateExtent(
    TGIS_Extent* const _extent
  ) /* overload */;

Parameters

Name Type Description
_extent TGIS_Extent extent to redraw
2022/11/30 19:19

Page Tools