CGContext.AddLineToPoint(nfloat, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.