User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_point

Table of Contents

ITGIS_Point interface

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Point | Interfaces | Methods | Properties

Like TPoint, but based on doubles instead of integers.

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

Syntax

// C#
public interface ITGIS_Point: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_Point
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_Point = 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
X public horizontal position
Y public vertical position

2022/11/30 19:09

Page Tools