Class TPointItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointItem = class(TCollectionItem)

Description

TPointItem is used to store a T2DRealPoint.

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;

FX: double; See X.

Private FY: double;

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.10.0 on 2006-10-31 09:56:46