| 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.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
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