NSValue.FromCGPoint(CGPoint) Method

Definition

Creates an NSValue that stores a PointF.

[Foundation.Export("valueWithCGPoint:")]
public static Foundation.NSValue FromCGPoint (CoreGraphics.CGPoint point);
[Foundation.Export("valueWithPoint:")]
public static Foundation.NSValue FromCGPoint (CoreGraphics.CGPoint point);
static member FromCGPoint : CoreGraphics.CGPoint -> Foundation.NSValue

Parameters

point
CGPoint

Returns

Attributes

Applies to