Charting for WinForms Programmer's Guide
IGraphics Properties
 


 Public Properties

  Name Description

Clip

Gets or sets a .NET Region object that limits the drawing region of this IGraphics object.

ClipBounds

Gets a .NET RectangleF structure that bounds the clipping region of this IGraphics object.

CompositingMode

Gets or sets a value that specifies how composited images are drawn to this IGraphics object.

CompositingQuality

Gets or sets the rendering quality of composited images drawn to this IGraphics object.

DpiX

Gets the horizontal resolution of this IGraphics object.

DpiY

Gets the vertical resolution of this IGraphics object.

InterpolationMode

Gets or sets the interpolation mode associated with this IGraphics object.

IsClipEmpty

Gets a value indicating whether the clipping region of this IGraphics object is empty.

IsVisibleClipEmpty

Gets a value indicating whether the visible clipping region of this IGraphics object is empty.

PageScale

Gets or sets the scaling between world units and page units for this IGraphics object.

PageUnit

Gets or sets the unit of measure used for page coordinates in this IGraphics object.

PixelOffsetMode

Gets or set a value specifying how pixels are offset during rendering of this IGraphics object.

RenderingOrigin

Gets or sets the rendering origin of this IGraphics object for dithering and for hatch brushes.

SmoothingMode

Gets or sets the rendering quality for this IGraphics object.

TextContrast

Gets or sets the gamma correction value for rendering text.

TextRenderingHint

Gets or sets the rendering mode for text associated with this IGraphics object.

Transform

Gets or sets the world transformation for this IGraphics object.

VisibleClipBounds

Gets or sets the bounding rectangle of the visible clipping region of this IGraphics object.

 See Also

IGraphics Interface
MindFusion.Drawing Namespace