CGContext.StrokeLineSegments(CGPoint[]) 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.
Strokes the lines defined by the pairs in points
. Afterwards, the current path is reset.
public void StrokeLineSegments (CoreGraphics.CGPoint[] points);
member this.StrokeLineSegments : CoreGraphics.CGPoint[] -> unit
Parameters
- points
- CGPoint[]
An array of points, defining starting and ending positions of the lines. The array must contain an even number of points.