This documentation is archived and is not being maintained.
Graphics Properties
.NET Framework 1.1
The properties of the Graphics class are listed here. For a complete list of Graphics class members, see the Graphics Members topic.
Public Properties
Clip Supported by the .NET Compact Framework. | Gets or sets a Region object that limits the drawing region of this Graphics object. |
ClipBounds Supported by the .NET Compact Framework. | Gets a RectangleF structure that bounds the clipping region of this Graphics object. |
CompositingMode | Gets a value that specifies how composited images are drawn to this Graphics object. |
CompositingQuality | Gets or sets the rendering quality of composited images drawn to this Graphics object. |
DpiX | Gets the horizontal resolution of this Graphics object. |
DpiY | Gets the vertical resolution of this Graphics object. |
InterpolationMode | Gets or sets the interpolation mode associated with this Graphics object. |
IsClipEmpty | Gets a value indicating whether the clipping region of this Graphics object is empty. |
IsVisibleClipEmpty | Gets a value indicating whether the visible clipping region of this Graphics object is empty. |
PageScale | Gets or sets the scaling between world units and page units for this Graphics object. |
PageUnit | Gets or sets the unit of measure used for page coordinates in this Graphics object. |
PixelOffsetMode | Gets or set a value specifying how pixels are offset during rendering of this Graphics object. |
RenderingOrigin | Gets or sets the rendering origin of this Graphics object for dithering and for hatch brushes. |
SmoothingMode | Gets or sets the rendering quality for this Graphics object. |
TextContrast | Gets or sets the gamma correction value for rendering text. |
TextRenderingHint | Gets or sets the rendering mode for text associated with this Graphics object. |
Transform | Gets or sets the world transformation for this Graphics object. |
VisibleClipBounds | Gets or sets the bounding rectangle of the visible clipping region of this Graphics object. |
See Also
Show:
