DK11 for Delphi | GisInterfaces.IGIS_Viewer.InvalidateExtent | Overloads | Methods | Properties
Invalidate an extent.
// Delphi public procedure InvalidateExtent( const _extent : TGIS_Extent; const _deep : Boolean ); overload;
// C++ Builder public: void InvalidateExtent( TGIS_Extent* const _extent, const bool _deep ) = 0 /* 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) |