Re: GDI+ pageoffset

2012-04-11 Thread Austin English
On Wed, Apr 11, 2012 at 11:58, Stepa Nick wrote: >> Run with `WINEDEBUG=loaddll wine my.exe` and ensure that builtin gdiplus >> is being used. > > > I run `WINEDEBUG=loaddll wine my.exe` and get such output: > >> trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b81: >> builtin >> tr

Re: GDI+ pageoffset

2012-04-11 Thread Stepa Nick
> > Run with `WINEDEBUG=loaddll wine my.exe` and ensure that builtin gdiplus > is being used. I run `WINEDEBUG=loaddll wine my.exe` and get such output: > trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b81: builtin > trace:loaddll:load_native_dll Loaded L"Z:\\home\\user\\tmp\\te

Re: GDI+ pageoffset

2012-04-11 Thread Austin English
On Wed, Apr 11, 2012 at 10:23, Stepa Nick wrote: > Hello. I have following code: > >> Bitmap * bmp = new Bitmap(500, 500, PixelFormat32bppARGB); >> { >>   Graphics gr(bmp); >> >>   //FIRST LINE >>   PointF* local1PointF = new PointF(17.823631, 89.429169); >>   PointF* local2PointF = new PointF(17.

GDI+ pageoffset

2012-04-11 Thread Stepa Nick
Hello. I have following code: > Bitmap * bmp = new Bitmap(500, 500, PixelFormat32bppARGB); > { > Graphics gr(bmp); > > //FIRST LINE > PointF* local1PointF = new PointF(17.823631, 89.429169); > PointF* local2PointF = new PointF(17.823631, 87.577080); > > //SECOND LINE > PointF* local3Po