NSValue.FromGCPoint2(GCPoint2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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