Re: Writing a Game, huge image scroll problem
- From: "Lloyd Dupont" <ld@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 9 Oct 2005 23:38:13 +1000
re-reading your first post...
why do you do all this cloning?
isn't that useless waste of processing power?
> - a Graphic object from a bitmap, 800x600
> - a Second bitmap
>
> Can i use bitblt passing
>
> - the graphic object of first bitmap as destination
> - the graphic object of second bitmap as source
> - two intptr created using getHdc()
>
> Because if i do that, i get no error in return value but the bitblt
> does not work...
I suppose so...
Maybe they are incompatible bitmap (typicall different color space)
But why not simply draw the second image onf the first image using variation
of Graphics.DrawImage()?
OKAY, you don't have all the Raster operation of GDI, but do you need them?
>
> Now i'm downloading the DX9 :)
>
>
> --
> Kappei Jin
> ------------------------------------------------------------------------
> Kappei Jin's Profile: http://www.hightechtalks.com/m69
> View this thread: http://www.hightechtalks.com/t2256512
>
.
- Follow-Ups:
- Re: Writing a Game, huge image scroll problem
- From: Kappei Jin
- Re: Writing a Game, huge image scroll problem
- References:
- Writing a Game, huge image scroll problem
- From: Kappei Jin
- Re: Writing a Game, huge image scroll problem
- From: Lloyd Dupont
- Re: Writing a Game, huge image scroll problem
- From: Kappei Jin
- Writing a Game, huge image scroll problem
- Prev by Date: Re: line spacing
- Next by Date: Re: Writing a Game, huge image scroll problem
- Previous by thread: Re: Writing a Game, huge image scroll problem
- Next by thread: Re: Writing a Game, huge image scroll problem
- Index(es):
Relevant Pages
|