Graphics::RenderingOrigin Property

 

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)

public:
property Point RenderingOrigin {
	Point get();
	void set(Point value);
}

Property Value

Type: System.Drawing::Point

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.

.NET Framework
Available since 1.1
Return to top
Show: