DK for Java | tatukgis.jdk.TGIS_ViewerWnd.InvalidateExtent | Overloads | Constructors | Methods | Properties | Events
Invalidate an extent.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public void InvalidateExtent( TGIS_Extent _extent, bool _deep );
// Oxygene public procedure InvalidateExtent( _extent : TGIS_Extent; _deep : Boolean );
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) |