11. Creating Graphical Output

This chapter covers the fundamentals of creating graphical output.

THIS CHAPTER DESCRIBES the process of drawing in a .NET Compact Framework program. We prefer using .NET Compact Framework classes whenever possible, but from time to time we may use P/Invoke to drill down to the underlying Win32 API substrate. This chapter and the one that follows discuss the fundamentals for creating graphical output.

11.1 An Introduction to .NET Compact Framework Graphics

In general, programs do not directly touch hardware to draw. Instead, programs use graphical libraries for drawing. Those libraries, in turn, rely on device drivers to touch the underlying hardware. And so, graphical output typically involves these software layers: ...

Get Programming .NET Compact Framework 3.5 Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.