UIBezierPath.FromOval(CGRect) Método

Definición

Crea un nuevo UIBezierPath, inicializado con el óvalo especificado.

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

Parámetros

inRect
CGRect

Devoluciones

Atributos

Comentarios

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a