DK11 for .NET | TatukGIS.NDK.TGIS_Extent.Create | Overloads | Constructors | Fields | Methods
Create object on given coordinates.
Available also on: Java.
// C# public TGIS_Extent( int _xmin, int _ymin, int _xmax, int _ymax );
' VisualBasic Public Sub New( ByVal _xmin As Integer, ByVal _ymin As Integer, ByVal _xmax As Integer, ByVal _ymax As Integer )
// Oxygene public constructor ( _xmin : Integer; _ymin : Integer; _xmax : Integer; _ymax : Integer );
Name | Type | Description |
---|---|---|
_xmin | int Integer | x-min limit |
_ymin | int Integer | y-min limit |
_xmax | int Integer | x-max limit |
_ymax | int Integer | y-max limit |