Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
Inflate(AnnSize) Method
See Also 
Leadtools.Annotations Namespace > AnnRectangle Structure > Inflate Method : Inflate(AnnSize) Method




size
The amount to inflate this rectangle.
Inflates this AnnRectangle structure by the specified amount.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Inflate( _
   ByVal size As AnnSize _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnRectangle
Dim size As AnnSize
 
instance.Inflate(size)
C# 
public void Inflate( 
   AnnSize size
)
Managed Extensions for C++ 
public: void Inflate( 
   AnnSize size
) 
C++/CLI 
public:
void Inflate( 
   AnnSize size
) 

Parameters

size
The amount to inflate this rectangle.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features