Class TCustomPathLinePoints

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomPathLinePoints = class(TCollection)

Description

Hierarchy

Overview

Fields

Protected FPathLine: TCustomPathLine;

Methods

Private function GetPoint(Index: integer): TPathLinePoint;
Public Constructor Create(ItemClass: TCollectionItemClass; PathLine: TCustomPathLine);
Public function TestGetMaxTime(var Maxtime: double): boolean;

Properties

Public property Points[Index:integer]: TPathLinePoint read GetPoint;

Description

Fields

Protected FPathLine: TCustomPathLine;
 

Methods

Private function GetPoint(Index: integer): TPathLinePoint;
 
Public Constructor Create(ItemClass: TCollectionItemClass; PathLine: TCustomPathLine);
 
Public function TestGetMaxTime(var Maxtime: double): boolean;
 

Properties

Public property Points[Index:integer]: TPathLinePoint read GetPoint;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54