PointInGrabHandle Method (CalloutArrowShape)
Gets whether the specified point is in a grab handle.
public virtual bool PointInGrabHandle(
Point
)
'Declaration
Public Overridable Function PointInGrabHandle( _
ByVal As Point _
) As Boolean
'Usage
Dim instance As CalloutArrowShape
Dim pt As Point
Dim value As Boolean
value = instance.PointInGrabHandle(pt)
Parameters
- pt
- Point
Return Value
true if in handle; false otherwise