smoothing_mode属性
smoothing_mode属性
指定是否对直线、曲线和填充区域的边缘应用平滑(抗锯齿)。 默认值为 SmoothingMode.None
定义:
@property
def smoothing_mode(self):
...
@smoothing_mode.setter
def smoothing_mode(self, value):
...
指定是否对直线、曲线和填充区域的边缘应用平滑(抗锯齿)。 默认值为 SmoothingMode.None
@property
def smoothing_mode(self):
...
@smoothing_mode.setter
def smoothing_mode(self, value):
...