On this page
imageSmoothingEnabled property
bool imageSmoothingEnabledWhether images and patterns on this canvas will be smoothed when this canvas is scaled.
Other resources
- Image smoothing from WHATWG.
Source
@DomName('CanvasRenderingContext2D.imageSmoothingEnabled')
@DocsEditable()
@Experimental() // untriaged
bool get imageSmoothingEnabled =>
_blink.BlinkCanvasRenderingContext2D.instance
.imageSmoothingEnabled_Getter_(this);
void imageSmoothingEnabled=(Whether images and patterns on this canvas will be smoothed when this canvas is scaled.
Other resources
- Image smoothing from WHATWG.
Source
@DomName('CanvasRenderingContext2D.imageSmoothingEnabled')
@DocsEditable()
@Experimental() // untriaged
set imageSmoothingEnabled(bool value) =>
_blink.BlinkCanvasRenderingContext2D.instance
.imageSmoothingEnabled_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CanvasRenderingContext2D/imageSmoothingEnabled.html