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

◆ smoothing_mode() [1/2]

xtd::drawing::drawing_2d::smoothing_mode xtd::drawing::graphics::smoothing_mode ( ) const
noexcept

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

Returns
One of the xtd::drawing::drawing_2d::smoothing_mode values.
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.