CanvasPropertyAntialias

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the antialias of <mCanvas>
Associationscom.livecode.canvas
Summary

The current antialias setting of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Disable antialiasing on the canvas
set the antialias of this canvas to false
Description

A boolean value which determines whether or not antialiasing will be used when rendering paths on mCanvas.

Tagscanvas