Click or drag to resize

BoxFToBounds(BoundsF) Method

Converts the current instance of BoxF into the equivalent BoundsF structure.

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

Parameters

result  BoundsF
When the method completes, contains the equivalent BoundsF structure.
See Also