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