Share via


DictionaryContainer.GetCGSizeValue(NSString) Method

Definition

Returns the nullable CGSize associated with key.

protected CoreGraphics.CGSize? GetCGSizeValue(Foundation.NSString key);
member this.GetCGSizeValue : Foundation.NSString -> Nullable<CoreGraphics.CGSize>

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored CGSize if present in the dictionary, null otherwise.

Applies to