set_RenderingOrigin()

Graphics::set_RenderingOrigin(Point) 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)

Arguments

ParameterTypeDescription
pointPointThe value to set

See Also