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

Parameters

key
NSString

The identifier associated with the CGPoint.

value
Nullable<CGPoint>

The CGPoint to be associated with key.

Applies to