FilterMode

How the image is filtered when scaling.

Constants

linear
Scale image with linear interpolation.
nearest
Scale image with nearest neighbor interpolation.

See Also