[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomImage.AntialiasingMode

Indicates if anti-aliasing is used when rendering the image.

Declaration

Source position: extctrls.pp line 579

public property TCustomImage.AntialiasingMode : TAntialiasingMode
  read FAntialiasingMode
  write SetAntialiasingMode
  default amDontCare;

Description

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.

See also

TCustomImage.PictureChanged

  

Performs actions needed when the Picture property has been changed.

TCustomImage.Paint

  

Draws the image to the control canvas.

TAntialiasingMode

TCanvas


Version 4.0 Generated 2025-05-03 Home