realbasic-plugins
[Top] [All Lists]

Getting Update Rect in Redraw Function

To: realbasic-plugins at lists dot realsoftware dot com
Subject: Getting Update Rect in Redraw Function
From: Christopher Skogen <cskogen at gizmolabs dot net>
Date: Wed, 9 Feb 2005 15:23:36 -0600
Delivered-to: realbasic-plugins at lists dot realsoftware dot com

hi all,

can't seem to figure out how one would go about getting the rectangle that needs updating from within the redraw behavior for my realbasic control. i can get the dc from the REALgraphics object, but this does not lead to an actual update. I tried GetClipRect on the dc from the REALgraphics object, but it always seems to be the full size of the control. according to my understanding of microsoft docs, this makes sense.

somewhere, rb is calling BeginPaint. is there any way to get the rect returned from that call?


thanks,

chris skogen
gizmolabs, inc.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Getting Update Rect in Redraw Function, Christopher Skogen <=