共用方式為


CGContext.AddPath(CGPath) 方法

定義

將指定的路徑加入至目前的路徑。

public void AddPath (CoreGraphics.CGPath path);
member this.AddPath : CoreGraphics.CGPath -> unit

參數

path
CGPath

要新增的 CGPath

適用於