System::Drawing::Graphics::set_RenderingOrigin method

Graphics::set_RenderingOrigin method

Sets a Point object that specifies the rendering origin of the current Graphics object for dithering and for hatch brushes.

void System::Drawing::Graphics::set_RenderingOrigin(Point point)
ParameterTypeDescription
pointPointThe value to set

See Also