TcxCanvas.SaveDC Method
Saves the current device context.
Declaration
procedure SaveDC;
Remarks
The GDI-based canvas maintains a stack of device contexts. Call the SaveDC procedure to save one or more device contexts for future use and lock the canvas. A consequent RestoreDC procedure restores the last saved device context and unlocks the canvas.
See Also