Class TPointItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointItem = class(TCollectionItem)

Description

TPointItem is used to store a TPoint2D.

Hierarchy

Overview

Fields

Private FX: double;
Private FY: double;

Properties

Published property X: double read FX write FX;
Published property Y: double read FY write FY;

Description

Fields

Private FX: double;

See X.

Private FY: double;

See Y.

Properties

Published property X: double read FX write FX;

X is the X coordinate of the point.

Published property Y: double read FY write FY;

Y is the Y coordinate of the point.


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