Click or drag to resize

BoxToBounds Method (Bounds)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void ToBounds(
	out Bounds result
)

Parameters

result
Type: NeoAxisBounds
When the method completes, contains the equivalent Bounds structure.
See Also