Share via


DictionaryContainer.SetCGRectValue(NSString, Nullable<CGRect>) Method

Definition

Associates a nullable CGRect value with key.

protected void SetCGRectValue(Foundation.NSString key, CoreGraphics.CGRect? value);
member this.SetCGRectValue : Foundation.NSString * Nullable<CoreGraphics.CGRect> -> unit

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<CGRect>

The nullable CGRect value to be associated with key. Pass null to remove any existing association.

Applies to