User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.invalidateextent_2_itgis_extent_wordbool

Table of Contents

IGIS_Viewer.InvalidateExtent_2 method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.InvalidateExtent_2 | Methods | Properties

Invalidate an extent.

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

Syntax

// C#
public void InvalidateExtent_2(
  ITGIS_Extent _extent,
  WordBool _deep
);
' VisualBasic
Public Sub InvalidateExtent_2(
  ByVal _extent As ITGIS_Extent,
  ByVal _deep As WordBool
)
// Oxygene
public
  procedure InvalidateExtent_2(
    _extent : ITGIS_Extent;
    _deep : WordBool
  );

Parameters

Name Type Description
_extent ITGIS_Extent extent to redraw
_deep WordBool True if whole map must marked for update; if False then only shallow repaint will be issued (only topmost layers)
2025/01/31 01:03

Page Tools