共用方式為


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

使用實體圖元值。

適用於