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

TvVectorialPage.AddLineToPath

Adds a line segment to the current temporary path

Declaration

Source position: line 0

public procedure TvVectorialPage.AddLineToPath(

  AX: Double;

  AY: Double

); overload;

procedure TvVectorialPage.AddLineToPath(

  AX: Double;

  AY: Double;

  AColor: TFPColor

); overload;

procedure TvVectorialPage.AddLineToPath(

  AX: Double;

  AY: Double;

  AZ: Double

); overload;

Arguments

AX

  

The final X coordinate of the line

AY

  

The final Y coordinate of the line

Arguments

AX

  

The final X coordinate of the line

AY

  

The final Y coordinate of the line

AColor

  

The color of the line

Arguments

AX

  

The final X coordinate of the line

AY

  

The final Y coordinate of the line

AZ

  

The final Z coordinate of the line

Description

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.

See also

StartPath

EndPath


Documentation generated on: Oct 09 2011