Click or drag to resize
SbBox2i32 Constructor
Constructor for a 2D integer box.
Overload List
  NameDescription
Public methodSbBox2i32(SbVec2i32, SbVec2i32)
Constructor for a 2D integer box. min and max are the corners of the diagonal that defines the box.
Public methodSbBox2i32(Int32, Int32, Int32, Int32)
Constructor for a 2D integer box. xmin, ymin, xmax and ymax are the bounds of the box.
Top
See Also