[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TPathSegment

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A generic path segment

Declaration

Source position: fpvectorial.pas line 91

type TPathSegment = class

public

  SegmentType: TSegmentType;

  

The type of the segment

  Previous: TPathSegment;

  

Pointer to the previous segment in the linked list or nil if it is the first segment.

  Next: TPathSegment;

  

Pointer to the next segment in the linked list or nil if it is the last segment.

end;

Inheritance

TPathSegment

  

A generic path segment

|

TObject

Description

The coordinates in fpvectorial are given in millimiters and the starting point is in the bottom-left corner of the document. The X grows to the right and the Y grows to the top.


Documentation generated on: Oct 09 2011