smoothing_mode propiedad

smoothing_mode propiedad

Especifica si se aplica suavizado (antialiasing) a líneas y curvas y a los bordes de áreas rellenas. El valor predeterminado es SmoothingMode.Ninguno

Definición:

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

Ver también