User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itpoint

Table of Contents

ITPoint interface

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

Standard windows API point.

Syntax

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

2021/12/07 08:41

Page Tools