DictionaryContainer.SetCGSizeValue(NSString, Nullable<CGSize>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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