DecodePixelType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可用于解码操作的值,以针对源图像文件中的逻辑像素与物理像素进行优化。
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 | 使用物理像素值。 |