NSValue.FromCGSize(CGSize) 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.
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