DK for .NET | TatukGIS.NDK.TGIS_Extent | Records | Constructors | Fields | Methods
Like TRect, but based on doubles instead of integers.
// C# public struct TGIS_Extent { }
' VisualBasic Public Structure TGIS_Extent End Structure
// Oxygene type [StructLayout(LayoutKind.Sequential)] TGIS_Extent = public record end;
Name | Visibility | Description | |
---|---|---|---|
TGIS_Extent(double, double, double, double) | public | Create object on given coordinates. | |
TGIS_Extent(int, int, int, int) | public | Create object on given coordinates. | |
Name | Visibility | Description | |
---|---|---|---|
XMax | public | right border | |
XMin | public | left border | |
YMax | public | top border | |
YMin | public | bottom border | |