Nevron .NET Vision
Nevron.UI.WinForm Namespace / NStickyObjectManager Class / HitTestEdge Method


In This Topic
    HitTestEdge Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also