Clipping rectangle of this canvas.
public property ClipRect: TRect read FClipRect write SetClipRect;
No pixels outside this rectangle are altered by canvas methods if Clipping property is True. Clip rect gets reseted when UpdateCanvasState is called.