DecodePixelType 枚举

定义

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

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

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Logical 1

使用逻辑像素值。

Physical 0

使用物理像素值。

适用于