CoreDragUIOverride.SetContentFromSoftwareBitmap 方法

定义

重载

SetContentFromSoftwareBitmap(SoftwareBitmap)

使用软件位图设置自定义拖动 UI 内容。

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

使用软件位图设置自定义拖动 UI 内容。

SetContentFromSoftwareBitmap(SoftwareBitmap)

使用软件位图设置自定义拖动 UI 内容。

public:
 virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap);
function setContentFromSoftwareBitmap(softwareBitmap)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap)

参数

softwareBitmap
SoftwareBitmap

自定义拖动 UI 内容。

属性

另请参阅

适用于

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

使用软件位图设置自定义拖动 UI 内容。

public:
 virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap, Point anchorPoint) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap, Point anchorPoint);
function setContentFromSoftwareBitmap(softwareBitmap, anchorPoint)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap, anchorPoint As Point)

参数

softwareBitmap
SoftwareBitmap

自定义 UI 拖动内容。

anchorPoint
Point

从指针拖动视觉对象的相对位置。 定位点不能位于内容之外。 例如,如果定位点 (50,50) 并且指针的位置 (x,y) ,则视觉对象的左上角将 (x - 50,y - 50) 。

属性

另请参阅

适用于