NSBezierPath.Append 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
Append(NSBezierPath) | |
Append(CGPoint[]) | |
Append(UInt32[], NSFont) |
Append(NSBezierPath)
public void Append (AppKit.NSBezierPath path);
member this.Append : AppKit.NSBezierPath -> unit
Parameters
- path
- NSBezierPath
Applies to
Append(CGPoint[])
public void Append (CoreGraphics.CGPoint[] points);
member this.Append : CoreGraphics.CGPoint[] -> unit
Parameters
- points
- CGPoint[]