Pop Advanced function A surface must have been stored with Canvas::Push() before calling this function. Examples // Push the old active canvas to the stack and select a new one //
Canvas::Push(); Canvas::SetTo( ... ); // Do some rendering here... // Pop the old active canvas from the stack // Canvas::Pop(); Other functions of the class Canvas
Questions about Pop? Click here. |