DictionaryContainer.SetCGRectValue(NSString, Nullable<CGRect>) 方法

定义

存储 并将其 CGRectvaluekey关联。

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

参数

key
NSString

CGRect关联的标识符。

value
Nullable<CGRect>

CGRect要与 key关联的 。

适用于