Property ILMatrixDisplay.TILTextMatrixLayer.AntiAlias
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILTextMatrixLayer
Contents |
Syntax
Delphi:
property AntiAlias : Boolean read FAntiAlias write SetAntiAlias default False;
C++ Builder:
__property bool AntiAlias = { read=FAntiAlias, write=SetAntiAlias, default=False };
Summary
Specifies if AntiAliasing will be used.
Description
Use this property to specify if AntiAliasing will be used.
When AntiAliasing is enabled the component is rendered with higher quality, but slower.