I have created a Graphics object using Graphics(HDC *hdc) constructor. In this case how does the graphics object knows about the Visible region of the window. It does knows that other wise how does it can implement GetVisibleClipBounds function.
In my case if after the creation of the Graphics object the window is resized i.e. the visible region is changed, anything drawn on the new found area is not actually drawn.
As far as i can see the visible region is not getting updated in the Graphics object, can anyone help me with this.
Will appreciate it
Samit