UIBezierPath.FromOval(CGRect) メソッド

定義

指定した楕円で初期化された新しい UIBezierPath を作成します。

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

パラメーター

inRect
CGRect

戻り値

属性

注釈

これは、バックグラウンド スレッドから使用できます。

適用対象