Share via


UIBezierPath.FromOval(CGRect) Method

Definition

[Foundation.Export("bezierPathWithOvalInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIBezierPath FromOval(CoreGraphics.CGRect inRect);
[<Foundation.Export("bezierPathWithOvalInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromOval : CoreGraphics.CGRect -> UIKit.UIBezierPath

Parameters

inRect
CGRect

Returns

Attributes

Applies to