Charting for WinForms Programmer's Guide
GdiGraphics Properties
 


 Public Properties

  Name Description

Clip

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

ClipBounds

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

CompositingMode

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

CompositingQuality

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

DpiX

Gets the horizontal resolution of this GdiGraphics object.

DpiY

Gets the vertical resolution of this GdiGraphics object.

Graphics

Gets a reference to the underlying .NET Graphics object.

InterpolationMode

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

IsClipEmpty

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

IsVisibleClipEmpty

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

PageScale

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

PageUnit

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

PixelOffsetMode

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

RenderingOrigin

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

SmoothingMode

Gets or sets the rendering quality for this GdiGraphics object.

TextContrast

Gets or sets the gamma correction value for rendering text.

TextRenderingHint

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

Transform

Gets or sets the world transformation for this GdiGraphics object.

VisibleClipBounds

Gets the bounding rectangle of the visible clipping region of this GdiGraphics object.

 See Also

GdiGraphics Class
MindFusion.Drawing Namespace