共用方式為


DictionaryContainer.SetCGPointValue(NSString, Nullable<CGPoint>) 方法

定義

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

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

參數

key
NSString

CGPoint 相關聯的識別碼。

value
Nullable<CGPoint>

CGPointkey 相關聯的 。

適用於