NSValue.FromCGSize(CGSize) Method

Definition

Creates an NSValue that stores a SizeF.

[Foundation.Export("valueWithCGSize:")]
public static Foundation.NSValue FromCGSize (CoreGraphics.CGSize size);
[Foundation.Export("valueWithSize:")]
public static Foundation.NSValue FromCGSize (CoreGraphics.CGSize size);
static member FromCGSize : CoreGraphics.CGSize -> Foundation.NSValue

Parameters

size
CGSize

Returns

Attributes

Applies to