User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_point

Table of Contents

TGIS_Point class

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

Like TPoint, but based on doubles instead of integers.

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 horizontal position
Y public vertical position

2022/11/30 19:06

Page Tools