DecodePixelType 枚举

定义

提供可用于解码操作的值,以针对源图像文件中的逻辑像素与物理像素进行优化。

public enum class DecodePixelType
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class DecodePixelType
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum DecodePixelType
Public Enum DecodePixelType
继承
DecodePixelType
属性

字段

Logical 1

使用逻辑像素值。

Physical 0

使用物理像素值。

适用于