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:")]
public static UIKit.UIBezierPath FromArc (CoreGraphics.CGPoint center, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
static member FromArc : CoreGraphics.CGPoint * nfloat * nfloat * 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