xtd 0.2.0
Loading...
Searching...
No Matches

◆ smoothing_mode() [2/2]

graphics & xtd::drawing::graphics::smoothing_mode ( xtd::drawing::drawing_2d::smoothing_mode  value)
noexcept

Sets the rendering quality for this xtd::drawing::graphics.

Parameters
valueOne of the xtd::drawing::drawing_2d::smoothing_mode values.
Returns
This current instance.
Remarks
The smoothing mode specifies whether lines, curves, and the edges of filled areas use smoothing (also called antialiasing). One exception is that path gradient brushes do not obey the smoothing mode. Areas filled using a xtd::drawing::drawing_2d::path_gradient_brush are rendered the same way (aliased) regardless of the xtd::drawing::graphics::smoothing_mode property.