DragUIOverride.SetContentFromSoftwareBitmap 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetContentFromSoftwareBitmap(SoftwareBitmap) |
指定要拖动的内容的视觉表示形式应派生自指定的位图。 |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
指定要拖动的内容的视觉表示形式应派生自指定的位图,并根据指针的位置显示在指定位置。 |
SetContentFromSoftwareBitmap(SoftwareBitmap)
指定要拖动的内容的视觉表示形式应派生自指定的位图。
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ bitmap) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& bitmap);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap bitmap);
function setContentFromSoftwareBitmap(bitmap)
Public Sub SetContentFromSoftwareBitmap (bitmap As SoftwareBitmap)
参数
- bitmap
- SoftwareBitmap
要用作拖动内容的可视表示形式的位图。
- 属性
适用于
SetContentFromSoftwareBitmap(SoftwareBitmap, Point)
指定要拖动的内容的视觉表示形式应派生自指定的位图,并根据指针的位置显示在指定位置。
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ bitmap, Point anchorPoint) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap2")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& bitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap2")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap bitmap, Point anchorPoint);
function setContentFromSoftwareBitmap(bitmap, anchorPoint)
Public Sub SetContentFromSoftwareBitmap (bitmap As SoftwareBitmap, anchorPoint As Point)
参数
- bitmap
- SoftwareBitmap
要用作拖动内容的可视表示形式的位图。
- anchorPoint
- Point
基于指针位置的位图位置。
- 属性