CoreDragOperation.SetDragUIContentFromSoftwareBitmap メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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) になります。
- 属性