SbBox2i32 Constructor (Int32, Int32, Int32, Int32) |
Constructor for a 2D integer box. xmin, ymin,
xmax and ymax are the bounds of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic SbBox2i32(
int xmin,
int ymin,
int xmax,
int ymax
)
Public Sub New (
xmin As Integer,
ymin As Integer,
xmax As Integer,
ymax As Integer
)
public:
SbBox2i32(
int xmin,
int ymin,
int xmax,
int ymax
)
new :
xmin : int *
ymin : int *
xmax : int *
ymax : int -> SbBox2i32
Parameters
- xmin
- Type: System.Int32
Lower x. - ymin
- Type: System.Int32
Lower y. - xmax
- Type: System.Int32
Upper x. - ymax
- Type: System.Int32
Upper y.
See Also