UIBezierPath.FromOval(CGRect) Méthode

Définition

Crée un uiBezierPath initialisé avec l’ovale spécifié.

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

Paramètres

inRect
CGRect

Retours

Attributs

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à