14 May
2012
14 May
'12
1:48 p.m.
Vincent Povirk <madewokherd(a)gmail.com> wrote:
- GdipMeasureString(graphics, string, length, font, rect, format, &bounds, 0, 0); + GdipMeasureString(graphics, string, length, font, &bounds, format, &bounds, 0, 0);
You probably shouldn't use the same GpRect* for both parameters there.
I don't see any problem with that. -- Dmitry.