Graphics Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Clip | Gets or sets a Region that limits the drawing region of this Graphics. |
| ClipBounds | Gets a RectangleF structure that bounds the clipping region of this Graphics. |
| CompositingMode | Gets a value that specifies how composited images are drawn to this Graphics. |
| CompositingQuality | Gets or sets the rendering quality of composited images drawn to this Graphics. |
| DpiX | Gets the horizontal resolution of this Graphics. |
| DpiY | Gets the vertical resolution of this Graphics. |
| InterpolationMode | Gets or sets the interpolation mode associated with this Graphics. |
| IsClipEmpty | Gets a value indicating whether the clipping region of this Graphics is empty. |
| IsVisibleClipEmpty | Gets a value indicating whether the visible clipping region of this Graphics is empty. |
| PageScale | Gets or sets the scaling between world units and page units for this Graphics. |
| PageUnit | Gets or sets the unit of measure used for page coordinates in this Graphics. |
| PixelOffsetMode | Gets or set a value specifying how pixels are offset during rendering of this Graphics. |
| RenderingOrigin | Gets or sets the rendering origin of this Graphics for dithering and for hatch brushes. |
| SmoothingMode | Gets or sets the rendering quality for this Graphics. |
| TextContrast | Gets or sets the gamma correction value for rendering text. |
| TextRenderingHint | Gets or sets the rendering mode for text associated with this Graphics. |
| Transform | Gets or sets a copy of the geometric world transformation for this Graphics. |
| VisibleClipBounds | Gets the bounding rectangle of the visible clipping region of this Graphics. |
Community Additions
ADD
Show: