This method is used to set the bounding box of a class's instance.
Syntax
void Inside_Set(
SliceO_Window * window,
Region_2D region
) ;
void Inside_Set(
SliceO_Window * window,
int min_x,
int min_y,
int max_x,
int max_y
) ;
Parameters
window
Pointer to a window .
region
new region to assign as bounding box.
min_x, y, max_x, y
extrema in x and y (in "Inf" space) of the new bounding box..
Return value
This method does not return a value.
Remarks
This method is already called by sliceOmatic each time the bounding box is suspected of having changed. You should not have any reasons to use it.
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also