Click or drag to resize

BoxFToBounds Method (BoundsF)

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

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

Parameters

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