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.
|