SbBox2fSetBounds Method (Single, Single, Single, Single) |
Sets the corners of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic void SetBounds(
float xmin,
float ymin,
float xmax,
float ymax
)
Public Sub SetBounds (
xmin As Single,
ymin As Single,
xmax As Single,
ymax As Single
)
public:
void SetBounds(
float xmin,
float ymin,
float xmax,
float ymax
)
member SetBounds :
xmin : float32 *
ymin : float32 *
xmax : float32 *
ymax : float32 -> unit
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
See Also