On Thu, 10 Jul 2008, a_fritsch wrote: > I have a subclass of Guigfx.mcc. The class dislays a picture. In my > subclass I have an own Draw function. That function draws something on > top of the picture. That works nicely for lines and for circles for > example. > Now I want to draw a filled circle over the picture. How can I do that? > I tried AreaCircle() but that crashes the system imediately. Then I > tried Flood() to fill my Circle, but that seems to have no effect.
I assume that AreaEllipse will help. http://tbs-software.com/guide/index.php?guide=autodocs.doc%2Fgraphics.doc&node=14 ------------------------------------ Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/MUI/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
