DragUI.SetContentFromSoftwareBitmap メソッド

定義

オーバーロード

SetContentFromSoftwareBitmap(SoftwareBitmap)

指定された SoftwareBitmap からビジュアル要素を作成し、ドラッグ アンド ドロップ操作でドラッグされたデータを表します。

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

指定された SoftwareBitmap からビジュアル要素を作成して、ドラッグ アンド ドロップ操作でドラッグされたデータを表し、ポインターからのビジュアルの相対位置を設定します。

SetContentFromSoftwareBitmap(SoftwareBitmap)

指定された SoftwareBitmap からビジュアル要素を作成し、ドラッグ アンド ドロップ操作でドラッグされたデータを表します。

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

ドラッグ ビジュアルの作成に使用するソース イメージ。

属性

こちらもご覧ください

適用対象

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

指定された SoftwareBitmap からビジュアル要素を作成して、ドラッグ アンド ドロップ操作でドラッグされたデータを表し、ポインターからのビジュアルの相対位置を設定します。

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

ドラッグ ビジュアルの作成に使用するソース イメージ。

anchorPoint
Point

ポインターからのドラッグ ビジュアルの相対位置。

属性

こちらもご覧ください

適用対象