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
)
Public Function GetDropIndex (
x As Integer,
y As Integer
) As Integer
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 See Also