packed record TPointShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointShapeRecord = packed record

Description

TPointShapeRecord is the constant-length part of a point-shape.

  TPointShapeRecord = packed record
    ShapeType: longint;
    X: double;
    Y: double;
  end;
  

Overview

Fields

ShapeType: longint;
X: double;
Y: double;

Description

Fields

ShapeType: longint;

The value of ShapeType should be stPoint = 1.

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