TsgLines.Line
Creates a points-list for the dotted-line
procedure Line(const Pt1, Pt2: TFPoint; ADottedPoints: TList);
Description
Call Line to create a coordinates list (ADottedPoints) for a dotted-line base on single line coordinates (start point Pt1 and end point Pt2), added pattern (Elements) and the Scale. The ADottedPoints list is list of the PFPoint types.
Note: if IsSolid = True or ADottedPoints.Count <> 0 Line raises an EListError exception.
Go to CAD VCL Enterprise