Hello again,

another question is : can we use a bitmap instead of a canvas. This
mean, instead of:

>     pgWriteCmd (canvas,
>                 PGCANVAS_GROP, 6,
>                 PG_GROP_ROTATEBITMAP, 0, w, h, w, image);

can I use:
      pgRender (bitmap,
                PGCANVAS_GROP, 6,
                PG_GROP_ROTATEBITMAP, 0, w, h, w, image);

assuming bitmap was created correctly before (with pgCreateBitmap). I
have try this without success (just a little time tough). I can do other
pgRender things, like PG_GROP_RECT or PG_GROP_LINE, but the use of
PG_GROP_ROTATEBITMAP or PG_GROP_BITMAP do nothing.

Thanks in advance.

                Olivier
-- 
Olivier Bornet                      http://www.smartdata.ch/
[EMAIL PROTECTED]         SMARTDATA SA
Phone: +41-27-723'55'03             Rue du Coll�ge 5A
GPG key ID: C53D9218                CH-1920 Martigny

Attachment: msg01525/pgp00000.pgp
Description: PGP signature

Reply via email to