SbBox2dGetBounds Method (Double, Double, Double, Double) |
Gets the corners of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public 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