AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImageFilter Enumeration
Syntax
Pascal
TAgkImageFilter = (
  ifNearest,
  ifLinear
);
Members 
Description 
ifNearest 
Nearest neighbor filter (more blocky, but fast) 
ifLinear 
Linear interpolation filter (more blurry, and slower) 
Copyright (c) 2012. All rights reserved.