Skip to main content

TcxCustomCanvas.SaveClipRegion Method

Saves the current clip region state.

Declaration

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