View Single Post
  #13 (permalink)  
Old 10-30-2008, 12:28 PM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,445
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Andrew,

I am beginning to use your ImageExLib.

I found some typos for the DrawerEx object:
StringHeight (string As String, FontSize As Single)
StringWidth(string As String, FontSize As Single)

should be
StringHeight (string As String)
StringWidth(string As String)

If the need to declare the points array as Int32 remains in the future, it would be interesting to have a mention on it in the help file.
Dim Points(n,2) as Int32

Best regards.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote