Leadtools Namespace > LeadRectDHelper Class : Inflate Method |
'Declaration Public Shared Function Inflate( _ ByVal rect As LeadRectD, _ ByVal size As LeadSizeD _ ) As LeadRectD
'Usage Dim rect As LeadRectD Dim size As LeadSizeD Dim value As LeadRectD value = LeadRectDHelper.Inflate(rect, size)
This method inflates the rectangle itself, not a copy of it. The inflation along an axis is in two directions (minus direction and plus direction). For example, if a 150 by 150 rectangle is inflated by 50 in the x-axis, the resulting rectangle will be 250 units long (the original 150, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center. If either width or height is negative, the rectangle is deflated in the corresponding direction.
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