Type Default Value Read Only Static Description
Nullable<InterpolationType> InterpolationType.Auto No No The interpolation type for resizing images.
Notes

When images are drawn onto a Canvas, they can be resized by the drawing operation. You can use this property to specify a specific interpolation type to use.

When this property is null, the default, no resizing is performed. In this case the image will only be resized during the rendering phase, according to the value of AntiAlias .

See Also

InterpolationType

Example

None.