ImageFeatureDescriptor.BitmapPixelFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定预期的像素格式 (通道排序、位深度和数据类型) 。
public:
property BitmapPixelFormat BitmapPixelFormat { BitmapPixelFormat get(); };
BitmapPixelFormat BitmapPixelFormat();
public BitmapPixelFormat BitmapPixelFormat { get; }
var bitmapPixelFormat = imageFeatureDescriptor.bitmapPixelFormat;
Public ReadOnly Property BitmapPixelFormat As BitmapPixelFormat
属性值
图像的像素格式。
注解
Windows Server
若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。
线程安全
此 API 是线程安全的。