Tuesday, May 13, 2008

Describe the roles of Graphics, Brush, Pen, and GraphicsPath objects in graphics rendering.

The Graphics object represents a drawing surface and encapsulates methods that allow graphics to be rendered to that surface. A Brush is an object that is used to fill solid shapes, and a Pen is used to render lines. A GraphicsPath object represents a complex shape that can be rendered by a Graphics object.

No comments: