Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / PointInRotateHandle Method
Point


In This Topic
PointInRotateHandle Method (ChartShape)
In This Topic
Gets whether the specified point is in the rotate handle.
Syntax
'Declaration
 
Public Overrides Function PointInRotateHandle( _
   ByVal pt As Point _
) As Boolean
 
'Usage
 
Dim instance As ChartShape
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