DragUI.SetContentFromBitmapImage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetContentFromBitmapImage(BitmapImage) |
從提供的 BitmapImage 建立視覺化專案,以代表拖放作業中的拖曳資料。 |
SetContentFromBitmapImage(BitmapImage, Point) |
從提供的 BitmapImage 建立視覺化專案,以代表拖放作業中的拖曳資料,並從指標設定視覺效果的相對位置。 |
SetContentFromBitmapImage(BitmapImage)
從提供的 BitmapImage 建立視覺化專案,以代表拖放作業中的拖曳資料。
public:
virtual void SetContentFromBitmapImage(BitmapImage ^ bitmapImage) = SetContentFromBitmapImage;
/// [Windows.Foundation.Metadata.Overload("SetContentFromBitmapImage")]
void SetContentFromBitmapImage(BitmapImage const& bitmapImage);
[Windows.Foundation.Metadata.Overload("SetContentFromBitmapImage")]
public void SetContentFromBitmapImage(BitmapImage bitmapImage);
function setContentFromBitmapImage(bitmapImage)
Public Sub SetContentFromBitmapImage (bitmapImage As BitmapImage)
參數
- bitmapImage
- BitmapImage
用來建立拖曳視覺效果的來源影像。
- 屬性
另請參閱
適用於
SetContentFromBitmapImage(BitmapImage, Point)
從提供的 BitmapImage 建立視覺化專案,以代表拖放作業中的拖曳資料,並從指標設定視覺效果的相對位置。
public:
virtual void SetContentFromBitmapImage(BitmapImage ^ bitmapImage, Point anchorPoint) = SetContentFromBitmapImage;
/// [Windows.Foundation.Metadata.Overload("SetContentFromBitmapImageWithAnchorPoint")]
void SetContentFromBitmapImage(BitmapImage const& bitmapImage, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromBitmapImageWithAnchorPoint")]
public void SetContentFromBitmapImage(BitmapImage bitmapImage, Point anchorPoint);
function setContentFromBitmapImage(bitmapImage, anchorPoint)
Public Sub SetContentFromBitmapImage (bitmapImage As BitmapImage, anchorPoint As Point)
參數
- bitmapImage
- BitmapImage
用來建立拖曳視覺效果的來源影像。
- anchorPoint
- Point
從指標拖曳視覺效果的相對位置。
- 屬性