DictionaryContainer.SetCGRectValue(NSString, Nullable<CGRect>) 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.
Associates a nullable CGRect value with key.
protected void SetCGRectValue(Foundation.NSString key, CoreGraphics.CGRect? value);
member this.SetCGRectValue : Foundation.NSString * Nullable<CoreGraphics.CGRect> -> unit
Parameters
- key
- NSString
The identifier of the value to get.
The nullable CGRect value to be associated with key. Pass null to remove any existing association.