CGContext.AddPath(CGPath) Method

Definition

Adds the specified path to the current path.

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

Parameters

path
CGPath

The CGPath to be added.

Applies to