imageSmoothingEnabled 属性

bool? imageSmoothingEnabled

当此画布缩放时,此画布上的图像和模式是否会进行平滑处理。

其他资源

实现

bool? get imageSmoothingEnabled native;
void imageSmoothingEnabled=(bool? value)

实现

set imageSmoothingEnabled(bool? value) native;