次の方法で共有


CoreDragOperation.SetDragUIContentFromSoftwareBitmap メソッド

定義

オーバーロード

SetDragUIContentFromSoftwareBitmap(SoftwareBitmap)

ソフトウェア ビットマップを使用してカスタムドラッグ UI コンテンツを設定します。

SetDragUIContentFromSoftwareBitmap(SoftwareBitmap, Point)

ソフトウェア ビットマップを使用してカスタムドラッグ UI コンテンツを設定します。

SetDragUIContentFromSoftwareBitmap(SoftwareBitmap)

ソフトウェア ビットマップを使用してカスタムドラッグ UI コンテンツを設定します。

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

パラメーター

softwareBitmap
SoftwareBitmap

カスタム UI でコンテンツをドラッグします。

属性

こちらもご覧ください

適用対象

SetDragUIContentFromSoftwareBitmap(SoftwareBitmap, Point)

ソフトウェア ビットマップを使用してカスタムドラッグ UI コンテンツを設定します。

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

パラメーター

softwareBitmap
SoftwareBitmap

カスタム UI でコンテンツをドラッグします。

anchorPoint
Point

ポインターからのドラッグ ビジュアルの相対位置。 アンカー ポイントをコンテンツの外部にすることはできません。 たとえば、アンカー ポイントが (50、50) で、ポインターの位置が (x、y) の場合、ビジュアルの左上隅は (x - 50、y - 50) になります。

属性

こちらもご覧ください

適用対象