DataFormats.Bitmap 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 Microsoft Windows位图数据格式。
public: static initonly System::String ^ Bitmap;
public static readonly string Bitmap;
staticval mutable Bitmap : string
Public Shared ReadOnly Bitmap As String
字段值
注解
位图表示计算机图形作为内存中的位数组,这些位表示图像中各个像素的属性。
此字段由 DataObject 实现接口以描述可用数据格式的 IDataObject 类和其他类使用。
将此字段用于 SetData 将具有相应格式的数据添加到数据对象;将此字段与该方法一起使用 GetData ,以相应的格式检索数据。 若要检查数据对象是否包含此格式的数据,请使用 GetDataPresent 该方法查询格式。