User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.invalidateextent_tgis_extent_boolean

Table of Contents

TGIS_ViewerWnd.InvalidateExtent(TGIS_Extent, bool) method

DK for Java | tatukgis.jdk.TGIS_ViewerWnd.InvalidateExtent | Overloads | Constructors | Methods | Properties | Events

Invalidate an extent.

Available also on: Delphi FMX | .NET WinForms | ActiveX.

Syntax

// Java
public void InvalidateExtent(
  TGIS_Extent _extent,
  bool _deep
);
// Oxygene
public
  procedure InvalidateExtent(
    _extent : TGIS_Extent;
    _deep : Boolean
  );

Parameters

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

Page Tools