UIBezierPath.FromOval(CGRect) 方法

定义

创建使用指定椭圆初始化的新 UIBezierPath。

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

参数

inRect
CGRect

返回

属性

注解

这可以从后台线程使用。

适用于