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