Jump to content
Xtreme .Net Talk

btoth

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by btoth

  1. Dim clip As Clipper '..... misc DirectDraw setup code ...... clip = New Clipper(draw) clip.Window = Me back.Clipper = clip ' have to draw the sprite using Draw, not DrawFast back.Draw(destRect, mySprite, spriteRect, DrawFlags.DoNotWait Or DrawFlags.KeySource)
  2. DirectDraw9 does have support for alpha blending and rotation. I can't figure out how to use the DrawEffect object either though. The documentation says nothing. DirectDraw9 is more than just a managed interface to DirectDraw7. And some things, like Draw and DrawFast seem to be backwards from their DirectDraw7 counterparts.
×
×
  • Create New...