CGPath.AddPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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