Graphics.AntiAliased
From Xojo Documentation
Property (As Boolean )
aGraphics.AntiAliased = newBooleanValue
or
BooleanValue = aGraphics.AntiAliased
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aGraphics.AntiAliased
New in 2019r2
Supported for all project types and targets.
Used to draw smooth lines and shapes, including text where applicable. This property is True by default.
Example
The following example is in the Paint event of the main window.
g.AntiAliased = True