Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1018 Bytes

draguioverride_setcontentfrombitmapimage_1393430956.md

File metadata and controls

32 lines (19 loc) · 1018 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.DragUIOverride.SetContentFromBitmapImage(Microsoft.UI.Xaml.Media.Imaging.BitmapImage,Windows.Foundation.Point)
winrt method

Microsoft.UI.Xaml.DragUIOverride.SetContentFromBitmapImage

-description

Creates a visual element from a provided BitmapImage to represent the dragged data in a drag-and-drop operation, and sets the relative position of the visual from the pointer.

-parameters

-param bitmapImage

The source image used to create the drag visual.

-param anchorPoint

The relative position of the drag visual from the pointer.

-remarks

-examples

-see-also

Drag-and-drop overview, SetContentFromBitmapImage(BitmapImage)