| SbBox2dGetBounds Method (Double, Double, Double, Double) | 
            Gets the corners of the box.
            
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic void GetBounds(
	out double xmin,
	out double ymin,
	out double xmax,
	out double ymax
)
Public Sub GetBounds ( 
	<OutAttribute> ByRef xmin As Double,
	<OutAttribute> ByRef ymin As Double,
	<OutAttribute> ByRef xmax As Double,
	<OutAttribute> ByRef ymax As Double
)
public:
void GetBounds(
	[OutAttribute] double% xmin, 
	[OutAttribute] double% ymin, 
	[OutAttribute] double% xmax, 
	[OutAttribute] double% ymax
)
member GetBounds : 
        xmin : float byref * 
        ymin : float byref * 
        xmax : float byref * 
        ymax : float byref -> unit 
Parameters
- xmin
 - Type: SystemDouble
Lower x. - ymin
 - Type: SystemDouble
Lower y. - xmax
 - Type: SystemDouble
Upper x. - ymax
 - Type: SystemDouble
Upper y. 
See Also