User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_point

Table of Contents

TGIS_Point class

DK for ActiveX | TatukGIS_XDK11.TGIS_Point | Classes | Methods | Properties

Two-dimensional point with Double-precision X and Y coordinates.

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

Syntax

// C#
public class TGIS_Point : ITGIS_Point 
{
}
' VisualBasic
Public Class TGIS_Point
  Implements ITGIS_Point
End Class
// Oxygene
type
  TGIS_Point = public class
  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
X public X coordinate of the point.
Y public Y coordinate of the point.

2026/07/11 00:06

Page Tools