CGSize.TryParse(NSDictionary, CGSize) Method

Definition

Attempts to parse the contents of an NSDictionary with a serialized CGSize into a CGSize.

public static bool TryParse (Foundation.NSDictionary dictionaryRepresentation, out CoreGraphics.CGSize size);
static member TryParse : Foundation.NSDictionary *  -> bool

Parameters

dictionaryRepresentation
NSDictionary
size
CGSize

Returns

Applies to