Condividi tramite


SKShapeNode.FromEllipse Metodo

Definizione

Overload

FromEllipse(CGRect)

Crea un nuovo nodo di forma ellittica dal rettangolo specificato.

FromEllipse(CGSize)

Crea un nuovo nodo forma ellittica da una dimensione.

FromEllipse(CGRect)

Crea un nuovo nodo di forma ellittica dal rettangolo specificato.

[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

Parametri

rect
CGRect

Restituisce

Attributi

Si applica a

FromEllipse(CGSize)

Crea un nuovo nodo forma ellittica da una dimensione.

[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

Parametri

size
CGSize

Restituisce

Attributi

Si applica a