共用方式為


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

定義

儲存 CGRectvalue 並將它與 key 產生關聯。

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>

CGRectkey 相關聯的 。

適用於