[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enables or disables anti-aliasing for the specified device context.
Source position: interfacebase.pp line 164
public procedure TWidgetSet.DCSetAntialiasing( |
CanvasHandle: HDC; |
AEnabled: Boolean |
); virtual; |
CanvasHandle |
|
Canvas handle with the device context updated in the method. |
AEnabled |
|
True to enable anti-aliasing for the device context. |
Called from the RealizeAntiAliasing method in TCanvas when its handle or AntialiasingMode property is changed.
Version 4.0 | Generated 2025-05-03 | Home |