Click or drag to resize

ThumbnailViewGetDropIndex Method

Returns the index where items will be inserted from a drag and drop operation if dropped at the provided client coordinates.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int GetDropIndex(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The X coordinate in client space.
y
Type: SystemInt32
The Y coordinate in client space.

Return Value

Type: Int32
The insert index for the item.
Remarks
The result of this method will vary depending on the value of DropPositionIndicator.
See Also