View Single Post
  #106 (permalink)  
Old 11-17-2009, 10:04 AM
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.8 posted with some significant improvements.

The Draw/FillArc and Draw/FillPie methods added in version 7 have their zero points moved to 12 o'clock (from 3 o'clock - a bad previous decision ) to match a compass.

DrawLineDashed and DrawLineDashDot methods are added to DrawerEx to enabled various patterns of line to be drawn.

GcCollect and GetTotalMemory are added to BitmapEx. These are intended for possible diagnostic use and should not be required in normal use.

A Locked property, and LockBits, GetLockedPixel, SetLockedPixel and UnlockBits methods are added to BitmapEx to provide fast low level access to bitmap pixel data if required.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote