%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetImageInterpolationMode Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetImageInterpolationMode Method
mode
The interpolation mode to be used. Check InterpolationMode_Bilinear.
Sets the interpolation mode used in order to smoothen the images used in vdImages and Materials.

Syntax

JScript 
public function SetImageInterpolationMode( 
   mode : int
);

Parameters

mode
The interpolation mode to be used. Check InterpolationMode_Bilinear.

See Also