SbBox2fGetBounds Method (Single, Single, Single, Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetBounds(
out float xmin,
out float ymin,
out float xmax,
out float ymax
)
Public Sub GetBounds (
<OutAttribute> ByRef xmin As Single,
<OutAttribute> ByRef ymin As Single,
<OutAttribute> ByRef xmax As Single,
<OutAttribute> ByRef ymax As Single
)
public:
void GetBounds(
[OutAttribute] float% xmin,
[OutAttribute] float% ymin,
[OutAttribute] float% xmax,
[OutAttribute] float% ymax
)
member GetBounds :
xmin : float32 byref *
ymin : float32 byref *
xmax : float32 byref *
ymax : float32 byref -> unit
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
See Also