DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.InvalidateExtent_2 | Methods | Properties
Invalidate an extent.
Available also on: Delphi FMX | .NET WinForms | Java.
// 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 );
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) |