BCGSoft.Shared Namespace > GlobalUtils Class : ExcludeRectangle Method |
'Declaration Public Shared Function ExcludeRectangle( _ ByVal rectOrg As Rectangle, _ ByVal rectExclude As Rectangle, _ ByVal Dock As DockStyle _ ) As Rectangle
'Usage Dim rectOrg As Rectangle Dim rectExclude As Rectangle Dim Dock As DockStyle Dim value As Rectangle value = GlobalUtils.ExcludeRectangle(rectOrg, rectExclude, Dock)
public static Rectangle ExcludeRectangle( Rectangle rectOrg, Rectangle rectExclude, DockStyle Dock )
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