Compartilhar via


SKShapeNode.FromEllipse Método

Definição

Sobrecargas

FromEllipse(CGRect)

Cria um novo nó de forma elíptica do retângulo especificado.

FromEllipse(CGSize)

Cria um novo nó de forma elíptica de um tamanho.

FromEllipse(CGRect)

Cria um novo nó de forma elíptica do retângulo especificado.

[Foundation.Export("shapeNodeWithEllipseInRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKShapeNode FromEllipse (CoreGraphics.CGRect rect);
static member FromEllipse : CoreGraphics.CGRect -> SpriteKit.SKShapeNode

Parâmetros

rect
CGRect

Retornos

Atributos

Aplica-se a

FromEllipse(CGSize)

Cria um novo nó de forma elíptica de um tamanho.

[Foundation.Export("shapeNodeWithEllipseOfSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKShapeNode FromEllipse (CoreGraphics.CGSize size);
static member FromEllipse : CoreGraphics.CGSize -> SpriteKit.SKShapeNode

Parâmetros

size
CGSize

Retornos

Atributos

Aplica-se a