October 2003
Intermediate to advanced
784 pages
14h 21m
English
The Graphics class provides a long list of properties (see Table 3.1) and methods. We will discuss and use these properties and methods in this and following chapters.
| Property | Description |
|---|---|
| Clip | Gets and sets a Region type that limits the drawing region of the Graphics object. |
| ClipBounds | Returns a RectangleF structure that bounds the clipping region of this Graphics object. Supports read-only access. |
| CompositingMode | Returns a value of type CompositingMode enumeration representing how composite images are drawn to the Graphics object. |
| CompositingQuality | Gets and sets the rendering quality (directly proportional to the visual quality of the output and inversely proportional to the rendering time) ... |
Read now
Unlock full access