antialiased

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the antialiased of <graphic> to { true | false }
Associationsgraphic
Summary

Specifies whether the edges of the graphic object should be smoothed or not.

Introduced2.7
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the antialiased of graphic "Title" to true
Values
NameTypeDescription
Value

The antialiased of a graphic is a boolean value, i.e. it is either true or false. By default, the antialiased property of newly created objects is set to true.

RelatedProperty: capStyle, joinStyle, fillRule, miterLimit, fillGradient, strokeGradient, dashes
Glossary: property, object
Description

Use the antialiased property to enable or disable the smoothing of the edges of graphic objects.

Note: Anitialised graphics cannot be displayed with dashed lines. The property inspector adjusts for this by unsetting the antialised property when the dashes property is set.

Tagsmultimedia