GrabHandleFromPoint Method (MultiSideShape)
Returns the grab handle from the specified point.
public virtual int GrabHandleFromPoint(
Point
)
'Declaration
Public Overridable Function GrabHandleFromPoint( _
ByVal As Point _
) As Integer
'Usage
Dim instance As MultiSideShape
Dim pt As Point
Dim value As Integer
value = instance.GrabHandleFromPoint(pt)
Parameters
- pt
- Point