DK for .NET | TatukGIS.NDK.TGIS_Extent3D | Records | Constructors | Fields | Methods
Like TGIS_Extent, but 3rd dimension added.
// C# public struct TGIS_Extent3D { }
' VisualBasic Public Structure TGIS_Extent3D End Structure
// Oxygene type TGIS_Extent3D = public record end;
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_Extent3D(double, double, double, double) | public | Create object on given coordinates. | |
| TGIS_Extent3D(double, double, double, double, double, double, double, double) | public | Create object on given coordinates. | |
| TGIS_Extent3D(int, int, int, int) | public | Create object on given coordinates. | |
| TGIS_Extent3D(int, int, int, int, int, int, int, int) | public | Create object on given coordinates. | |
| Name | Visibility | Description | |
|---|---|---|---|
| MMax | public | value border | |
| MMin | public | value border | |
| XMax | public | right border | |
| XMin | public | left border | |
| YMax | public | top border | |
| YMin | public | bottom border | |
| ZMax | public | height border | |
| ZMin | public | height border | |