Share via


DictionaryContainer.GetCGPointValue(NSString) Method

Definition

Returns the nullable CGPoint associated with key.

protected CoreGraphics.CGPoint? GetCGPointValue(Foundation.NSString key);
member this.GetCGPointValue : Foundation.NSString -> Nullable<CoreGraphics.CGPoint>

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored CGPoint if present in the dictionary, null otherwise.

Applies to