Share via


NSValue.ToCGRect(NativeHandle) Method

Definition

Converts a native handle to a CGRect.

public static CoreGraphics.CGRect ToCGRect(ObjCRuntime.NativeHandle handle);
static member ToCGRect : ObjCRuntime.NativeHandle -> CoreGraphics.CGRect

Parameters

handle
NativeHandle

The native handle.

Returns

The CGRect.

Applies to