UIBezierPath.FromOval(CGRect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建使用指定椭圆初始化的新 UIBezierPath。
[Foundation.Export("bezierPathWithOvalInRect:")]
public static UIKit.UIBezierPath FromOval (CoreGraphics.CGRect inRect);
static member FromOval : CoreGraphics.CGRect -> UIKit.UIBezierPath
参数
- inRect
- CGRect
返回
- 属性
注解
这可以从后台线程使用。