smoothing_mode property

smoothing_mode property

Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. The default value is SmoothingMode.None

Definition:

@property
def smoothing_mode(self):
    ...
@smoothing_mode.setter
def smoothing_mode(self, value):
    ...

See Also