UIBezierPath.FromOval(CGRect) Method

Definition

Creates a new UIBezierPath, initialized with the specified oval.

[Foundation.Export("bezierPathWithOvalInRect:")]
public static UIKit.UIBezierPath FromOval (CoreGraphics.CGRect inRect);
static member FromOval : CoreGraphics.CGRect -> UIKit.UIBezierPath

Parameters

inRect
CGRect

Returns

Attributes

Remarks

This can be used from a background thread.

Applies to