BCGSoft.Shared Namespace > GlobalUtils Class : IsPointNearEdge Method |
'Declaration Public Shared Function IsPointNearEdge( _ ByVal edge As DockEdge, _ ByVal rectBounds As Rectangle, _ ByVal pt As Point, _ ByVal bOuter As Boolean, _ ByVal nSencitivity As Integer _ ) As Boolean
'Usage Dim edge As DockEdge Dim rectBounds As Rectangle Dim pt As Point Dim bOuter As Boolean Dim nSencitivity As Integer Dim value As Boolean value = GlobalUtils.IsPointNearEdge(edge, rectBounds, pt, bOuter, nSencitivity)
public static bool IsPointNearEdge( DockEdge edge, Rectangle rectBounds, Point pt, bool bOuter, int nSencitivity )
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