enum ImageRendering : System.Enum

robot_2Generated
code_blocksInput

Description

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.

Members

Static Fields

Member NameSummary
AnisotropicAnisotropic filtering.
BilinearBilinear interpolation/filtering.
TrilinearTrilinear filtering.
PointNo filtering.