[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 982

type TAntialiasingMode = (

  amDontCare,

  

Default anti-aliasing.

  amOn,

  

Enabled.

  amOff

  

Disabled.

);


Version 3.2 Generated 2024-02-25 Home