Source position: ImagingTypes.pas line 467
type TResizeFilter = (
rfNearest = 0,
rfBilinear = 1,
rfBicubic = 2,
rfLanczos = 3
);