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

Definition

Stores the CGRectvalue and associates it with the key.

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

Parameters

key
NSString

The identifier associated with the CGRect.

value
Nullable<CGRect>

The CGRect to be associated with key.

Applies to