set_PixelOffsetMode()

Graphics::set_PixelOffsetMode(Drawing2D::PixelOffsetMode) method

Sets a value that specifies how the pixels should be offset during rendering on the surface represented by the current object.

void System::Drawing::Graphics::set_PixelOffsetMode(Drawing2D::PixelOffsetMode mode)

Arguments

ParameterTypeDescription
modeDrawing2D::PixelOffsetModeThe value to set

See Also