TcxCustomCanvas.SaveClipRegion Method
In This Article
Saves the current clip region state.
#Declaration
Delphi
procedure SaveClipRegion; virtual; abstract;
#Remarks
A canvas maintains a stack of clip region states. Call the SaveClipRegion procedure to store the current clip region state for future use. A consequent RestoreClipRegion procedure call discards any changes made to the clip region since the last SaveClipRegion procedure call.
See Also