ImageEn, unit iexUserInteractions |
|
TIERotateToolInteraction.UseAntialiasOnPreview
Declaration
property UseAntialiasOnPreview: Boolean;
Description
If true, the anti-aliasing (specified by
AntialiasMode) is shown even while dragging the mouse.
Enabling
UseAntialiasOnPreview will degrade performance.
Default: False
// Immediately display highest quality rotation
ImageEnView1.RotateTool.UseAntialiasOnPreview := True;