Condividi tramite


SKShapeNode.FromRect Metodo

Definizione

Overload

FromRect(CGRect)

Crea un nodo della forma dal rettangolo specificato.

FromRect(CGSize)

Crea un nodo della forma considerando le dimensioni specificate come rettangolo.

FromRect(CGRect, nfloat)

Crea un nodo di forma dal rettangolo specificato e dal raggio dell'angolo specificato.

FromRect(CGSize, nfloat)

Crea un nodo di forma con il raggio dell'angolo specificato considerando le dimensioni specificate come rettangolo.

FromRect(CGRect)

Crea un nodo della forma dal rettangolo specificato.

[Foundation.Export("shapeNodeWithRect:")]
[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 FromRect (CoreGraphics.CGRect rect);
static member FromRect : CoreGraphics.CGRect -> SpriteKit.SKShapeNode

Parametri

rect
CGRect

Restituisce

Attributi

Si applica a

FromRect(CGSize)

Crea un nodo della forma considerando le dimensioni specificate come rettangolo.

[Foundation.Export("shapeNodeWithRectOfSize:")]
[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 FromRect (CoreGraphics.CGSize size);
static member FromRect : CoreGraphics.CGSize -> SpriteKit.SKShapeNode

Parametri

size
CGSize

Restituisce

Attributi

Si applica a

FromRect(CGRect, nfloat)

Crea un nodo di forma dal rettangolo specificato e dal raggio dell'angolo specificato.

[Foundation.Export("shapeNodeWithRect:cornerRadius:")]
[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 FromRect (CoreGraphics.CGRect rect, nfloat cornerRadius);
static member FromRect : CoreGraphics.CGRect * nfloat -> SpriteKit.SKShapeNode

Parametri

rect
CGRect
cornerRadius
nfloat

Restituisce

Attributi

Si applica a

FromRect(CGSize, nfloat)

Crea un nodo di forma con il raggio dell'angolo specificato considerando le dimensioni specificate come rettangolo.

[Foundation.Export("shapeNodeWithRectOfSize:cornerRadius:")]
[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 FromRect (CoreGraphics.CGSize size, nfloat cornerRadius);
static member FromRect : CoreGraphics.CGSize * nfloat -> SpriteKit.SKShapeNode

Parametri

size
CGSize
cornerRadius
nfloat

Restituisce

Attributi

Si applica a