DictionaryContainer.SetCGSizeValue(NSString, Nullable<CGSize>) Method

Definition

Stores the CGSizevalue and associates it with the key.

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

Parameters

key
NSString

The identifier associated with the CGSize.

value
Nullable<CGSize>

The CGSize to be associated with key.

Applies to