MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.RenderingOrigin Property
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual Point RenderingOrigin { get; set; }

Visual Basic  Copy Code

Public Overridable Property RenderingOrigin As Point

 Property Value

This property specifies a .NET Point structure that represents the dither origin for 8-bits-per-pixel and 16-bits-per-pixel dithering and is also used to set the origin for hatch brushes.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace