VNUtils.IsIdentityRect(CGRect) Method

Definition

Returns true if the rect is [0, 0, 1, 1].

public static bool IsIdentityRect (CoreGraphics.CGRect rect);
static member IsIdentityRect : CoreGraphics.CGRect -> bool

Parameters

rect
CGRect

Returns

Applies to