Sets or retrieves the method used to define pixels of new content.
Syntax
HTML Scripting 
Possible Values
sType String that specifies or receives one of the following values. 
- bilinear
- Default. Uses bilinear method to define the color content of target pixels.
nearest neighbor- Uses nearest neighbor method to define the color content of target pixels.
The property is read/write. The property has a default value of bilinear.
Remarks
For the best static filter results, the
bilinearmethod provides a smoother image. However, when used for an animated series of images, thenearest neighbormethod is computed faster and can produce more images per second of animation.
Applies To
Matrix 
See Also