DictionaryContainer.GetCGPointValue(NSString) Method

Definition

Returns the nullable CGPoint associated with key.

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

Parameters

key
NSString

The identifier of the CGPoint.

Returns

Applies to