DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.InvalidateExtent | Overloads | Constructors | Fields | Methods | Properties | Events
Invalidate an extent.
Available also on: Delphi FMX | Java | ActiveX | Python.
Implements IGIS_Viewer.InvalidateExtent.
// C# public void InvalidateExtent( TGIS_Extent _extent, bool _deep );
' VisualBasic Public Sub InvalidateExtent( ByVal _extent As TGIS_Extent, ByVal _deep As Boolean )
// 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) |