CODIUM Programming Language (CPL) CodiumSDK CPL ImageRendering
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum ImageRendering |
| Constante | Descripción | |
|---|---|---|
| Auto | Let the browser choose the scaling algorithm. This is default | |
| Crisp_Edges | Use an algorithm that will preserve the contrast and edges in the image | |
| High_Quality | Same as smooth, but with a preference for higher-quality scaling | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Pixelated | If the image is scaled up, the nearest-neighbor algorithm is used, so the image will appear as being composed of large pixels. If the image is scaled down, it will be the same as auto | |
| Smooth | Use an algorithm that smooth out the colors in the image |