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

TAntialiasingMode

Represents anti-aliasing modes used in TCanvas.

Declaration

Source position: graphics.pp line 968

type TAntialiasingMode = (

  amDontCare,

  

Default anti-aliasing.

  amOn,

  

Enabled.

  amOff

  

Disabled.

);


Version 4.0 Generated 2025-05-03 Home