User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_extent

Table of Contents

ITGIS_Extent interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_Extent | Interfaces | Methods | Properties

Axis-aligned 2D extent defined by minimum and maximum X/Y coordinates.

Available also on: Delphi | .NET | Java | ActiveX | Python.

Syntax

// C#
public interface ITGIS_Extent: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_Extent
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_Extent = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
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)

Properties

Inherited Protected
Name Visibility Description
XMax public Maximum X coordinate.
XMin public Minimum X coordinate.
YMax public Maximum Y coordinate.
YMin public Minimum Y coordinate.

2026/07/11 00:10

Page Tools