Freigeben über


SKShapeNode.FromPoints Methode

Definition

Überlädt

FromPoints(CGPoint, nuint)

Erstellt einen Shape-Knoten aus der angegebenen Liste von Punkten.

FromPoints(CGPoint[], Int32, Int32)
FromPoints(CGPoint[])

Erstellt einen neuen Shapeknoten aus dem angegebenen points.

FromPoints(CGPoint, nuint)

Erstellt einen Shape-Knoten aus der angegebenen Liste von Punkten.

[Foundation.Export("shapeNodeWithPoints:count:")]
[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 FromPoints (ref CoreGraphics.CGPoint points, nuint numPoints);
static member FromPoints :  * nuint -> SpriteKit.SKShapeNode

Parameter

points
CGPoint
numPoints
System.System.UIntPtr System.unativeint

Gibt zurück

Attribute

Gilt für:

FromPoints(CGPoint[], Int32, Int32)

public static SpriteKit.SKShapeNode FromPoints (CoreGraphics.CGPoint[] points, int offset, int length);
static member FromPoints : CoreGraphics.CGPoint[] * int * int -> SpriteKit.SKShapeNode

Parameter

points
CGPoint[]
offset
Int32
length
Int32

Gibt zurück

Gilt für:

FromPoints(CGPoint[])

Erstellt einen neuen Shapeknoten aus dem angegebenen points.

public static SpriteKit.SKShapeNode FromPoints (CoreGraphics.CGPoint[] points);
static member FromPoints : CoreGraphics.CGPoint[] -> SpriteKit.SKShapeNode

Parameter

points
CGPoint[]

Gibt zurück

Gilt für: