DK11 for .NET | TatukGIS.NDK.TGIS_Layer.DrawEx | Constructors | Fields | Methods | Properties | Events
Draws only selected item(s) on a layer with a given extent.
// C# public bool DrawEx( TGIS_Extent _extent );
' VisualBasic Public Function DrawEx( ByVal _extent As TGIS_Extent ) As Boolean
// Oxygene public function DrawEx( _extent : TGIS_Extent ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | given extent |
Type | Description |
---|---|
bool Boolean | true if draw was performed |