L
Lloyd Dupont
GAPI seems to be the way to go to do fast graphics.
I write orinary WinForm application (on PPC) but I have speed issue with a
DataGrid object which could be as big as the screen and scrolled ....
I would like to draw to a backbuffer (a System.Drawing.Bitmap or anything
which could fit for all I care) and show this back buffer.
I was thinking to use GAPI (1.2) to draw to this backbuffer but I can't see
how to start, for instance GXOpenDisplay() need a HWND ! (certainly not a
HBITMAP) and only accept GX_FULLSCREEN.
Any tip on how to initialize a backbuffer ?
(and how to Blt it after ?)
I write orinary WinForm application (on PPC) but I have speed issue with a
DataGrid object which could be as big as the screen and scrolled ....
I would like to draw to a backbuffer (a System.Drawing.Bitmap or anything
which could fit for all I care) and show this back buffer.
I was thinking to use GAPI (1.2) to draw to this backbuffer but I can't see
how to start, for instance GXOpenDisplay() need a HWND ! (certainly not a
HBITMAP) and only accept GX_FULLSCREEN.
Any tip on how to initialize a backbuffer ?
(and how to Blt it after ?)