FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PointInRotateHandle Method
Point


In This Topic
PointInRotateHandle Method (CalloutArrowShape)
In This Topic
Gets whether the specified point is in the rotate handle.
Syntax
'Declaration
 
Public Overridable Function PointInRotateHandle( _
   ByVal pt 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
See Also