BoxToBounds(Bounds) Method |
Converts the current instance of
Box into the equivalent
Bounds structure.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void ToBounds(
out Bounds result
)
Parameters
- result Bounds
- When the method completes, contains the equivalent Bounds structure.
See Also