共用方式為


CGContext.StrokeLineSegments(CGPoint[]) 方法

定義

會筆劃 中 points 配對所定義的線條。 之後,會重設目前的路徑。

public void StrokeLineSegments (CoreGraphics.CGPoint[] points);
member this.StrokeLineSegments : CoreGraphics.CGPoint[] -> unit

參數

points
CGPoint[]

點陣列,定義線條的開始和結束位置。 陣列必須包含偶數點數。

適用於