SbBox2i32SetBounds Method (Int32, Int32, Int32, Int32) |
Sets the corners of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic void SetBounds(
int xmin,
int ymin,
int xmax,
int ymax
)
Public Sub SetBounds (
xmin As Integer,
ymin As Integer,
xmax As Integer,
ymax As Integer
)
public:
void SetBounds(
int xmin,
int ymin,
int xmax,
int ymax
)
member SetBounds :
xmin : int *
ymin : int *
xmax : int *
ymax : int -> unit
Parameters
- xmin
- Type: SystemInt32
- ymin
- Type: SystemInt32
- xmax
- Type: SystemInt32
- ymax
- Type: SystemInt32
See Also