On 14/06/2013 at 09:14, xxxxxxxx wrote:
Why not use GeUserArea.Sized
(self, w, h) or drawmsg is called after an re-size with the new dimensions.
GeUserArea.DrawMsg
(self, x1, y1, x2, y2, msg)[](file:///D:/pgrooff/Documents/pim/c4d/Python%20Help%20R14/help/modules/c4d.gui/GeUserArea/index.html?highlight=drawmsg#GeUserArea.DrawMsg)
Called when C4D wants you to draw your userarea. Use the drawing functions to update your user area in the region speicified by the rectangle from (x1,y1) to (x2,y2).
Parameters:|
- x1 (int) – The upper left x coordinate.
- y1 (int) – The upper left y coordinate.
- x2 (int) – The lower right x coordinate.
- y2 (int) – The lower right y coordinate.
---|---
_<_t_>_