CGContext.StrokeLineSegments(CGPoint[]) Method

Definition

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.

Applies to