DK11 for .NET | TatukGIS.NDK.TGIS_Layer.DrawEx | Constructors | Fields | Methods | Properties | Events
Draws a layer within a defined 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 | extent to be drawn |
Type | Description |
---|---|
bool Boolean | True if draw was performed |