Share via


DictionaryContainer.SetCGPointValue(NSString, Nullable<CGPoint>) Method

Definition

Associates a nullable CGPoint value with key.

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

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<CGPoint>

The nullable CGPoint value to be associated with key. Pass null to remove any existing association.

Applies to