Click or drag to resize

BoxToBounds Method

Converts the current instance of Box into the equivalent Bounds structure.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Bounds ToBounds()

Return Value

Type: Bounds
The equivalent Bounds structure.
See Also