DictionaryContainer.SetCGPointValue(NSString, Nullable<CGPoint>) Method
Definition
Stores the CGPointvalue
and associates it with the key
.
protected void SetCGPointValue (Foundation.NSString key, Nullable<CoreGraphics.CGPoint> value);
member this.SetCGPointValue : Foundation.NSString * Nullable<CoreGraphics.CGPoint> -> unit