Create a default start zone for the drag and drop.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function CreateDragAndDropStartZone ( _
	x As Integer, _
	y As Integer _
) As Rectangle
C#
public static Rectangle CreateDragAndDropStartZone(
	int x,
	int y
)

Parameters

x
Type: System..::..Int32
y
Type: System..::..Int32

Return Value

See Also