System::Drawing::Graphics::set_SmoothingMode method

Graphics::set_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)
ParameterTypeDescription
modeDrawing2D::SmoothingModeThe value to set

See Also