EnumSampling

The resampling method.

Static Properties

Name Description
BICUBIC_DOWNSAMPLE Uses a weighted average to determine pixel color.
DOWNSAMPLE Averages the pixels in a sample area and replaces the entire area with the average pixel color.
NONE Uses no resampling.
SUBSAMPLE Chooses a pixel in the center of the sample area and replaces the entire area with that pixel color.