FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / GrabHandleFromPoint Method
Point


In This Topic
GrabHandleFromPoint Method (MultiSideShape)
In This Topic
Returns the grab handle from the specified point.
Syntax
'Declaration
 
Public Overridable Function GrabHandleFromPoint( _
   ByVal pt As Point _
) As Integer
 
'Usage
 
Dim instance As MultiSideShape
Dim pt As Point
Dim value As Integer
 
value = instance.GrabHandleFromPoint(pt)

Parameters

pt
Point
See Also