UIBezierPath.FromRect(CGRect) Method

Definition

Creates a new UIBezierPath, initialized with the specified rectangle.

[Foundation.Export("bezierPathWithRect:")]
public static UIKit.UIBezierPath FromRect (CoreGraphics.CGRect rect);
static member FromRect : CoreGraphics.CGRect -> UIKit.UIBezierPath

Parameters

rect
CGRect

Returns

Attributes

Remarks

This can be used from a background thread.

Applies to