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
位圖的位置,根據指標的位置。
- 屬性