CGPath.AddPath Method

Definition

Overloads

AddPath(CGPath)
AddPath(CGAffineTransform, CGPath)

AddPath(CGPath)

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

Parameters

path2
CGPath

Applies to

AddPath(CGAffineTransform, CGPath)

public void AddPath (CoreGraphics.CGAffineTransform t, CoreGraphics.CGPath path2);
member this.AddPath : CoreGraphics.CGAffineTransform * CoreGraphics.CGPath -> unit

Parameters

path2
CGPath

Applies to