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


In This Topic
    ApplyStickyEdges Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ApplyStickyEdges( _
       ByVal stickyPairs As System.Collections.ArrayList, _
       ByRef proposed As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NStickyObjectManager
    Dim stickyPairs As System.Collections.ArrayList
    Dim proposed As System.Drawing.Rectangle
     
    instance.ApplyStickyEdges(stickyPairs, proposed)
    protected virtual void ApplyStickyEdges( 
       System.Collections.ArrayList stickyPairs,
       ref System.Drawing.Rectangle proposed
    )

    Parameters

    stickyPairs
    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