DK11 for Java | tatukgis.jdk.IGIS_Viewer.InvalidateExtent | Overloads | Methods | Properties
Invalidate an extent.
// Java public abstract 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) |