Click or drag to resize

BoundsUndefined Property

Gets a set of Bounds with values of NaN.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Bounds Undefined { get; }

Property Value

Type: Bounds
Remarks
Use IsUndefined to test whether a Bounds instance is undefined since it will return if any of the values are NaN.
See Also