View Single Post
  #105 (permalink)  
Old 11-15-2009, 04:53 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Version 1.7 posted.

Added to DrawerEx are Draw/FillArc and Draw/FillPie methods. The "1" methods draw circles, the "2" methods draw ellipses. Although you can draw circles with the ellipse methods they are more processor intensive as they deal with two axes whereas the the circle methods do less processing as they only deal with a radius. The demo has an extra page added to show these.

Unlike the other DrawerEx methods these new methods are not native but are coded within ImagelibEx and use Draw/FillLines and Draw/FillPolygon to draw so there may be a performance penalty when using them compared to using the native methods.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote