This property sets whether a vector image's antialias display is enabled.

[C++Builder]   imagekitcontrolname->VectorAntiAliasDisplay [= bool ]
[Delphi]   imagekitcontrolname.VectorAntiAliasDisplay [= Boolean ]

Reference

Value Explanation
True Antialias display is enabled
False Antialias display is disabled (default)

Explanation

The VectorAntiAliasDisplay property sets whether a vector image's antialias display is enabled. The default value is False. When true, it will take longer to display images but the display quality of text and figures will improve.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation