CanvasPropertyImageResizeQuality

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the image resize quality of <mCanvas>
Associationscom.livecode.canvas
Summary

The current image resize quality of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Use low (but faster) image resize algorithm to draw scaled images
set the image resize quality of this canvas to "low"
Description

The image resize quality used when drawing scaled images and patterns on mCanvas as a string. Can be one of "none", "low", "medium", "high".

Tagscanvas