SliceO_Frame::Region_Redraw_Set

 

This method add a new region to the current redraw region. The resulting region will be a rectangle that include both the old redraw region and the new region.

 

 

Syntax

 

void  Region_Redraw_Set(

          Region_2D * region

) ;

 

 

Parameters

 

region

          Region to add to the current redraw region.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also