StandaloneDragData

class

Namespace: Vuplex.WebView

Drag data for StandaloneWebView.DragDataChanged.

Summary

Public properties

HasImage

bool HasImage

Indicates whether a thumbnail image representation is available for the drag interaction. If true, the application can access the image via the Image field.

Image

byte[] Image

A thumbnail image for the dragged item in PNG format if HasImage is true, or null otherwise.

ImageHeight

int ImageHeight

The height of Image in pixels, or 0 if HasImage is false.

ImageWidth

int ImageWidth

The width of Image in pixels, or 0 if HasImage is false.