Share via


UIBezierPath.FromRect(CGRect) Method

Definition

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

Parameters

rect
CGRect

Returns

Attributes

Applies to