User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_point

Table of Contents

TGIS_Point record

DK11 for .NET | TatukGIS.NDK.TGIS_Point | Records | Constructors | Fields | Methods

Like TPoint, but based on doubles instead of integers.

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

Syntax

// C#
public struct TGIS_Point
{
}
' VisualBasic
Public Structure TGIS_Point
End Structure
// Oxygene
type
  TGIS_Point = public record
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Point(double, double) public Create object on given coordinates.
TGIS_Point(int, int) public Create object on given coordinates.

Fields

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

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

2022/11/30 19:28

Page Tools