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)