Share via


NSBezierPath.AppendPathWithArc Method

Definition

Overloads

AppendPathWithArc(CGPoint, CGPoint, NFloat)

[Foundation.Export("appendBezierPathWithArcFromPoint:toPoint:radius:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithArc(CoreGraphics.CGPoint point1, CoreGraphics.CGPoint point2, System.Runtime.InteropServices.NFloat radius);
[<Foundation.Export("appendBezierPathWithArcFromPoint:toPoint:radius:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithArc : CoreGraphics.CGPoint * CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat -> unit

Parameters

point1
CGPoint
point2
CGPoint
radius
NFloat
Attributes

Applies to

AppendPathWithArc(CGPoint, NFloat, NFloat, NFloat)

[Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithArc(CoreGraphics.CGPoint center, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat endAngle);
[<Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithArc : CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

center
CGPoint
radius
NFloat
startAngle
NFloat
endAngle
NFloat
Attributes

Applies to

AppendPathWithArc(CGPoint, NFloat, NFloat, NFloat, Boolean)

[Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithArc(CoreGraphics.CGPoint center, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat endAngle, bool clockwise);
[<Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithArc : CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * bool -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * bool -> unit

Parameters

center
CGPoint
radius
NFloat
startAngle
NFloat
endAngle
NFloat
clockwise
Boolean
Attributes

Applies to