User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_point

Table of Contents

TGIS_Point record

DK for Delphi | GisTypes.TGIS_Point | Records | Fields

Like TPoint, but based on doubles instead of integers.

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

Syntax

// Delphi
type
  TGIS_Point = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_Point
{
};

Fields

Inherited Protected
Name Visibility Description
X public horizontal position
Y public vertical position

2025/01/31 01:09

Page Tools