Share via


UIBezierPath.FromArc(CGPoint, NFloat, NFloat, NFloat, Boolean) Method

Definition

Static factory method that creates a UIBezierPath from the arc described by the parameters.

[Foundation.Export("bezierPathWithArcCenter:radius:startAngle:endAngle:clockwise:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIBezierPath FromArc(CoreGraphics.CGPoint center, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat endAngle, bool clockwise);
[<Foundation.Export("bezierPathWithArcCenter:radius:startAngle:endAngle:clockwise:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromArc : CoreGraphics.CGPoint * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * bool -> UIKit.UIBezierPath

Parameters

center
CGPoint
radius
NFloat
startAngle
NFloat
endAngle
NFloat
clockwise
Boolean

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to