CGContext.AddLineToPoint(nfloat, nfloat) Method

Definition

Appends a line from the current point (see GetPathCurrentPoint()) to the specified coordinates in user space.

public void AddLineToPoint (nfloat x, nfloat y);
member this.AddLineToPoint : nfloat * nfloat -> unit

Parameters

x
nfloat

The X-value at which the line segment should end.

y
nfloat

The Y-value at which the line segment should end.

Remarks

Applies to