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


ApplyStickyEdges Method
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)

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