DK for ActiveX | TatukGIS_XDK11.TGIS_Extent | Classes | Methods | Properties
Axis-aligned 2D extent defined by minimum and maximum X/Y coordinates.
// C# public class TGIS_Extent : ITGIS_Extent { }
' VisualBasic Public Class TGIS_Extent Implements ITGIS_Extent End Class
// Oxygene type TGIS_Extent = public class end;
| Name | Visibility | Description | |
|---|---|---|---|
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| XMax | public | Maximum X coordinate. | |
| XMin | public | Minimum X coordinate. | |
| YMax | public | Maximum Y coordinate. | |
| YMin | public | Minimum Y coordinate. | |