TUIGraphics.SetMode Method
Sets the interpolation and smoothing modes.
Syntax
Unit: FlexCel.Core
procedure TUIGraphics.SetMode(const aInterpolationMode: TInterpolationMode; const aSmoothingMode: TSmoothingMode); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aInterpolationMode |
TInterpolationMode |
|
const |
aSmoothingMode |
TSmoothingMode |
|
See also