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

TvVectorialPage.StartPath

Starts writing a Path in multiple steps

Declaration

Source position: line 0

public procedure TvVectorialPage.StartPath(

  AX: Double;

  AY: Double

); overload;

procedure TvVectorialPage.StartPath; overload;

Arguments

AX

  

The X coodinate of the begining of the path

AY

  

The Y coodinate of the begining of the path

Description

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.

See also

EndPath

AddMoveToPath

AddLineToPath

AddBezierToPath

GetCurrentPathPenPos

SetBrushColor

SetBrushStyle

SetPenColor

SetPenStyle

SetPenWidth

SetClipPath


Documentation generated on: Oct 09 2011