tags:

views:

299

answers:

0

Hi all,

having a nested control somewhere inside a scrollable control, how can I determine the currently visible screen rectangle of this control? (see image below)

--> Image

My intention is to use ControlPaint.DrawReversibleFrame (which needs screen coordinates), but only draw on the visible region of the nested control.

Thanks for your help!