Share via


NSValue.ToCGSize(NativeHandle) Method

Definition

Converts a native handle to a CGSize.

public static CoreGraphics.CGSize ToCGSize(ObjCRuntime.NativeHandle handle);
static member ToCGSize : ObjCRuntime.NativeHandle -> CoreGraphics.CGSize

Parameters

handle
NativeHandle

The native handle.

Returns

The CGSize.

Applies to