This is a discussion on Direct Draw in C# within the C# Programming forums, part of the Software Development category; Hi all, Here we discuss about Direct Draw and how to use Direct Draw using C#...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all, Here we discuss about Direct Draw and how to use Direct Draw using C#
__________________ Krishnakumar.S Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily |
| Sponsored Links |
| |||
| Hi all, Microsoft DirectDraw is the component of the DirectX application programming interface (API) that allows you to directly manipulate display memory, the hardware blitter, hardware overlay support, and flipping surface support. DirectDraw provides this functionality while maintaining compatibility with existing Microsoft Windows CE .NET–based applications and device drivers. DirectDraw is a software interface that provides direct access to display devices while maintaining compatibility with the Windows graphics device interface (GDI). It is not a high-level API for graphics. DirectDraw provides a device-independent way for games and Windows subsystem software, such as graphics packages and digital video codecs, to gain access to the features of specific display devices. DirectDraw works with a wide variety of display hardware, ranging from simple SVGA monitors to advanced hardware implementations that provide clipping, stretching, and non-RGB color format support. The interface is designed so that your applications can enumerate the capabilities of the underlying hardware and then use any supported hardware-accelerated features. DirectX emulates features that are not implemented in hardware.
__________________ Krishnakumar.S Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily |
| |||
| Do u have any sample Mr.Krishna?
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Draw inverted circle | amansundar | J2ME | 13 | 04-10-2008 11:54 PM |
| Draw String in Windows Mobile 5.0 using VC++ Win32 . | krishnakumar | C and C++ Programming | 0 | 09-20-2007 02:03 AM |
| Yahoo, AOL plan to charge users for sending 'direct' emails | senthilkannan | Yahoo | 0 | 07-30-2007 03:27 AM |
| Is it possible to draw a line over videocontrol in a canvas? | kingmaker | Mobile Software Development | 1 | 07-30-2007 12:58 AM |
| How could Java classes direct program messages to the system console? | Sabari | Java Programming | 1 | 07-17-2007 05:13 AM |