Share via


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

Definition

Associates a nullable CGSize value with key.

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

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<CGSize>

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

Applies to