DK11 for Delphi | GisViewer.TGIS_Viewer.InvalidateExtent | Overloads | Constructors | Fields | Methods | Properties | Events
Invalidate an extent.
Implements IGIS_Viewer.InvalidateExtent.
// Delphi public procedure InvalidateExtent( const _extent : TGIS_Extent; const _deep : Boolean ); overload;
// C++ Builder public: void InvalidateExtent( TGIS_Extent* const _extent, const bool _deep ) /* overload */;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to redraw |
_deep | Boolean | True if whole map must marked for update; if False then only shallow repaint will be issued (only topmost layers) |