imageSmoothingEnabled property

bool? get imageSmoothingEnabled

Whether images and patterns on this canvas will be smoothed when this canvas is scaled.

Other resources

Implementation

bool? get imageSmoothingEnabled native;
set imageSmoothingEnabled (bool? value)

Implementation

set imageSmoothingEnabled(bool? value) native;