Re: DirectDraw line drawing? Filled rectangles using xor,or,and ops?
From: Fabian Schmied (REMOVETHISfabianDOTschmied_at_fhs-hagenbergDOTacDOTat)
Date: 08/21/04
- Next message: Alex: "Negative image"
- Previous message: Matt C.: "blitting from system memory"
- In reply to: Matt C.: "DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Next in thread: Matt C.: "Re: DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Reply: Matt C.: "Re: DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 22 Aug 2004 00:34:19 +0200
> Is it possible to draw lines using DirectDraw, and also using
> OR,XOR,AND operations? And, is it possible fill rectangles using
> OR,XOR,AND operations?
> thanks
> Matt
DirectDraw does not offer any line drawing facilities (although you can
fill rectangles to simulate drawing horizontal and vertical lines) and
it's rectangle filling support is very limited. So, no, it isn't, unless
you either use GDI or implement your own line/rectangle drawing algorithm.
Fabian
- Next message: Alex: "Negative image"
- Previous message: Matt C.: "blitting from system memory"
- In reply to: Matt C.: "DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Next in thread: Matt C.: "Re: DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Reply: Matt C.: "Re: DirectDraw line drawing? Filled rectangles using xor,or,and ops?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|