[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a line segment to the current temporary path
Source position: line 0
public procedure TvVectorialPage.AddLineToPath( |
AX: Double; |
AY: Double |
); overload; |
AX: Double; |
AY: Double; |
AColor: TFPColor |
); overload; |
AX: Double; |
AY: Double; |
AZ: Double |
); overload; |
AX |
|
The final X coordinate of the line |
AY |
|
The final Y coordinate of the line |
AX |
|
The final X coordinate of the line |
AY |
|
The final Y coordinate of the line |
AColor |
|
The color of the line |
AX |
|
The final X coordinate of the line |
AY |
|
The final Y coordinate of the line |
AZ |
|
The final Z coordinate of the line |
Adds one more point to the end of a Path being writing in multiple steps. Does nothing if not called between StartPath and EndPath. Can be called multiple times to add multiple points.
StartPath |
EndPath |