Share via


UIBezierPath.FromOval(CGRect) 메서드

정의

지정된 타원으로 초기화된 새 UIBezierPath를 만듭니다.

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

매개 변수

inRect
CGRect

반환

특성

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상