Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

File metadata and controls

28 lines (20 loc) · 1.07 KB
-api-id M:Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragOperation.SetDragUIContentFromSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap,Windows.Foundation.Point)
-api-type winrt method
-api-device-family-note xbox

Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragOperation.SetDragUIContentFromSoftwareBitmap

-description

Sets custom drag UI content using a software bitmap.

-parameters

-param softwareBitmap

The custom UI drag content.

-param anchorPoint

The relative position of the drag visual from the pointer. The anchor point cannot be outside of the content. For example, if the anchor point is (50, 50) and the position of the pointer is (x, y), the top left corner for the visual will be (x - 50, y - 50).

-remarks

-examples

-see-also

SetDragUIContentFromSoftwareBitmap(SoftwareBitmap)