User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.invalidateextent_tgis_extent_boolean

Table of Contents

TGIS_Viewer.InvalidateExtent(TGIS_Extent; Boolean) method

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

Invalidate an extent.

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

Syntax

Implements IGIS_Viewer.InvalidateExtent.

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

Parameters

Name Type Description
_extent TGIS_Extent extent to redraw
_deep Boolean True if whole map must marked for update; if False then only shallow repaint will be issued (only topmost layers)
2022/11/30 19:19

Page Tools