Push Advanced function The active canvas can later be restored with Canvas::Pop(). 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 Push? Click here. |