'Declaration Public Overloads Function DropIndexFromPoint( _
ByVal pA System.Drawing.Point object containing the coordinates used to obtain the thumbnail index.As System.Drawing.Point _
) As System.Int32
public System.Int32 DropIndexFromPoint(
System.Drawing.Point p
)
public: System.Int32 DropIndexFromPoint(
System.Drawing.Point* p
)
public:
System.Int32 DropIndexFromPoint(
System.Drawing.Point^ p
)
Parameters
- p
- A System.Drawing.Point object containing the coordinates used to obtain the thumbnail index.
Return Value
The zero-based drop index of the thumbnail at the specified coordinates.