msInterpolationMode property
Obsolete. Gets the interpolation (resampling) method used to stretch images.
Syntax
Integer value = object.put_msInterpolationMode( v);Integer value = object.get_msInterpolationMode(* sMode);
Property values
Type: BSTR
nearest-neighbor (nearest-neighbor)
-
Always use nearest neighbor interpolation mode.
bicubic (bicubic)
-
Always use high-quality bicubic interpolation mode.
String format
nearest-neighbor | bicubic
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Remarks
The IHTMLCSSStyleDeclaration::msInterpolationMode property is obsolete as of Windows Internet Explorer 9. Do not use. The IHTMLCSSStyleDeclaration::msInterpolationMode property was introduced in Windows Internet Explorer 7.
The IHTMLCSSStyleDeclaration::msInterpolationMode property applies to stretched images only. For example, if the natural width of the image is 200x200 but the page designer specifies that the height and width should be 400x400, then the image will be stretched to the new dimensions using the nearest-neighbor algorithm, unless otherwise specified.
If the zoom level of the page is 100%, the default interpolation is nearest-neighbor, otherwise bicubic mode is used.
Requirements
|
Minimum supported client | Windows XP with SP2 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012