packed record TShapePoint

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TShapePoint = packed record

Description

TShapePoint defines a point in a Shapefile.

  TShapePoint = packed record
    X: double;
    Y: double;
  end;
  

Overview

Fields

X: double;
Y: double;

Description

Fields

X: double;

The X coordinate of the point.

Y: double;

The Y coordinate of the point.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03