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;

ShapeType: longint; The value of ShapeType should be stPoint = 1.

X: double;

X: double; The X coordinate of the point.

Y: double;

Y: double; The Y coordinate of the point.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:45