DK11 for Delphi | GisLayer.TGIS_Layer.DrawSelectedEx | Constructors | Fields | Methods | Properties | Events
Draws only the selected item(s) on layer that are within a defined extent.
// Delphi public function DrawSelectedEx( const _extent : TGIS_Extent ) : Boolean; virtual;
// C++ Builder public: virtual bool DrawSelectedEx( TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be drawn |
Type | Description |
---|---|
Boolean | True if draw was performed |