[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Starts writing a Path in multiple steps
Source position: line 0
public procedure TvVectorialPage.StartPath( |
AX: Double; |
AY: Double |
); overload; |
AX |
|
The X coodinate of the begining of the path |
AY |
|
The Y coodinate of the begining of the path |
Starts writing a Path in multiple steps. Should be followed by zero or more calls to AddPointToPath and by a call to EndPath to effectively add the data.
EndPath |
AddMoveToPath |
AddLineToPath |
AddBezierToPath |
GetCurrentPathPenPos |
SetBrushColor |
SetBrushStyle |
SetPenColor |
SetPenStyle |
SetPenWidth |
SetClipPath |