User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.invalidateextent_tgis_extent

Table of Contents

TGIS_ViewerWnd.InvalidateExtent(TGIS_Extent) method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.InvalidateExtent | Overloads | Constructors | Methods | Properties | Events

Invalidate an extent for full map redraw

Available also on: .NET WinForms | 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/16 01:14

Page Tools