SbBox2dSetBounds Method (Double, Double, Double, Double) |
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(
double xmin,
double ymin,
double xmax,
double ymax
)
Public Sub SetBounds (
xmin As Double,
ymin As Double,
xmax As Double,
ymax As Double
)
public:
void SetBounds(
double xmin,
double ymin,
double xmax,
double ymax
)
member SetBounds :
xmin : float *
ymin : float *
xmax : float *
ymax : float -> unit
Parameters
- xmin
- Type: SystemDouble
- ymin
- Type: SystemDouble
- xmax
- Type: SystemDouble
- ymax
- Type: SystemDouble
See Also