The ImageRendering enum in the Sandbox.UI
namespace defines possible values for the image-rendering
CSS property. This enum provides options for different types of image filtering techniques that can be applied to images in a UI context.
The ImageRendering enum in the Sandbox.UI
namespace defines possible values for the image-rendering
CSS property. This enum provides options for different types of image filtering techniques that can be applied to images in a UI context.
Member Name | Summary |
---|---|
Anisotropic | Anisotropic filtering. |
Bilinear | Bilinear interpolation/filtering. |
Trilinear | Trilinear filtering. |
Point | No filtering. |