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