TImage32.AntiAliased

property Antialiased: Boolean; //read & write


Antialiasing uses partial transparency to smooth out jagged or pixelated line edges in vector drawings. Usually antialiasing is desirable and this property is enabled by default.

Notes:
1. Antialiasing only affects vector drawings, so it has no affect when loading raster images.
2. Disabling this property will not improve performance.