set_SmoothingMode()

Graphics::set_SmoothingMode(Drawing2D::SmoothingMode) method

Sets a value that specifies a soothing mode used during rendering on the surface represented by the current object.

void System::Drawing::Graphics::set_SmoothingMode(Drawing2D::SmoothingMode mode)

Arguments

ParameterTypeDescription
modeDrawing2D::SmoothingModeThe value to set

See Also