Click or drag to resize
AB4D logo

DumperGetBoundsText Method

Returns the text that describes the Rect3D of the bounds.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static string GetBoundsText(
	Rect3D bounds
)

Parameters

bounds  Rect3D
Rect3D

Return Value

String
text that describes the Rect3D of the bounds
See Also