Click or drag to resize

ControlIHandlerDoDragDrop Method

Starts drag operation using this control as drag source.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void DoDragDrop(
	DataObject data,
	DragEffects allowedEffects,
	Image image,
	PointF cursorOffset
)

Parameters

data
Type: Eto.FormsDataObject
Drag data.
allowedEffects
Type: Eto.FormsDragEffects
Allowed effects.
image
Type: Eto.DrawingImage
Custom drag image
cursorOffset
Type: Eto.DrawingPointF
Offset of the cursor to the drag image
See Also