%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetImageInterpolationMode Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetImageInterpolationMode Method
Returns the interpolation mode used in order to smoothen the images used in vdImages and Materials.

Syntax

JScript 
public function GetImageInterpolationMode() : int;

Return Value

The interpolation mode used. Check InterpolationMode_Bilinear.

See Also