Share via


NSValue.ToCGPoint(NativeHandle) Method

Definition

Converts a native handle to a CGPoint.

public static CoreGraphics.CGPoint ToCGPoint(ObjCRuntime.NativeHandle handle);
static member ToCGPoint : ObjCRuntime.NativeHandle -> CoreGraphics.CGPoint

Parameters

handle
NativeHandle

The native handle.

Returns

The CGPoint.

Applies to