smoothing_mode属性

smoothing_mode属性

指定是否将平滑(抗锯齿)应用于直线、曲线以及填充区域的边缘。 默认值为 SmoothingMode.None

定义:

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

也可以看看