Leadtools.Annotations Namespace > AnnRectangle Structure > Inflate Method : Inflate(AnnRectangle,AnnSize) Method |
public static AnnRectangle Inflate( AnnRectangle rc, AnnSize size )
'Declaration Public Overloads Shared Function Inflate( _ ByVal rc As AnnRectangle, _ ByVal size As AnnSize _ ) As AnnRectangle
'Usage Dim rc As AnnRectangle Dim size As AnnSize Dim value As AnnRectangle value = AnnRectangle.Inflate(rc, size)
public static AnnRectangle Inflate( AnnRectangle rc, AnnSize size )
public: static AnnRectangle Inflate( AnnRectangle rc, AnnSize size )
This method inflates this rectangle, not a copy of it. The inflation along an axis is in two directions (minus direction and plus direction). For example, if a 50 by 50 rectangle is inflated by 50 in the x-axis, the resulting rectangle will be 150 units long (the original 50, plus the 50 in the minus direction, and plus the 50 in the plus direction). The rectangle's geometric center is maintained.
If either size.Width or size.Height is negative, the AnnRectangle 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