[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if anti-aliasing is used when rendering the image.
Source position: extctrls.pp line 579
public property TCustomImage.AntialiasingMode : TAntialiasingMode |
AntialiasingMode is a TAntialiasingMode property which indicates if anti-aliasing is used when rendering the image. The value in AntialiasingMode is assigned to the TCanvas instance used in the Paint method. Changing the value in the property causes the PictureChanged method to be called to invalidate and repaint the image to its canvas.
The default value for the property is amDontCare, and indicates that the default anti-aliasing mode for the platform, OS, or widget set is used.
|
Performs actions needed when the Picture property has been changed. |
|
|
Draws the image to the control canvas. |
|
Version 4.0 | Generated 2025-05-03 | Home |