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