SbBox2dSetBounds Method (Double, Double, Double, Double) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public 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