Share via


NSValue.FromGCPoint2(GCPoint2) Method

Definition

[Foundation.Export("valueWithGCPoint2:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSValue FromGCPoint2(GameController.GCPoint2 point);
[<Foundation.Export("valueWithGCPoint2:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromGCPoint2 : GameController.GCPoint2 -> Foundation.NSValue

Parameters

point
GCPoint2

Returns

Attributes

Applies to