UIBezierPath.FromRect(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.