Share via


DictionaryContainer.GetCGRectValue(NSString) Method

Definition

Returns the nullable CGRect associated with key.

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

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Applies to