Graphics.RenderingOrigin Property
.NET Framework 2.0
Gets or sets the rendering origin of this Graphics for dithering and for hatch brushes.
Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
/** @property */ public Point get_RenderingOrigin () /** @property */ public void set_RenderingOrigin (Point value)
public function get RenderingOrigin () : Point public function set RenderingOrigin (value : Point)
Not applicable.
Property Value
A 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.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: