'Declaration
Protected Overridable Function HitTestEdge( _ ByVal sticky As System.Drawing.Rectangle, _ ByVal edge As Edges, _ ByVal proposed As System.Drawing.Rectangle _ ) As NStickyEdgePair
'Usage
Dim instance As NStickyObjectManager Dim sticky As System.Drawing.Rectangle Dim edge As Edges Dim proposed As System.Drawing.Rectangle Dim value As NStickyEdgePair value = instance.HitTestEdge(sticky, edge, proposed)
protected virtual NStickyEdgePair HitTestEdge( System.Drawing.Rectangle sticky, Edges edge, System.Drawing.Rectangle proposed )
Parameters
- sticky
- edge
- proposed