Share via


NSValue.FromCGPoint(CGPoint) Method

Definition

[Foundation.Export("valueWithCGPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSValue FromCGPoint(CoreGraphics.CGPoint point);
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[Foundation.Export("valueWithPoint:")]
public static Foundation.NSValue FromCGPoint(CoreGraphics.CGPoint point);
[<Foundation.Export("valueWithCGPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromCGPoint : CoreGraphics.CGPoint -> Foundation.NSValue
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<Foundation.Export("valueWithPoint:")>]
static member FromCGPoint : CoreGraphics.CGPoint -> Foundation.NSValue

Parameters

point
CGPoint

Returns

Attributes

Applies to