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