LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Inflate(Single,Single) Method
See Also 
Leadtools.Annotations Namespace > AnnRectangle Structure > Inflate Method : Inflate(Single,Single) Method



dx
The amount to inflate this AnnRectangle structure horizontally.
dy
The amount to inflate this AnnRectangle structure vertically.

The Inflate(Single,Single) Method is available in LEADTOOLS Document and Medical Imaging toolkits.

dx
The amount to inflate this AnnRectangle structure horizontally.
dy
The amount to inflate this AnnRectangle structure vertically.
Inflates this AnnRectangle structure by the specified amounts.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Inflate( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnRectangle
Dim dx As Single
Dim dy As Single
 
instance.Inflate(dx, dy)
C# 
public void Inflate( 
   float dx,
   float dy
)
C++/CLI 
public:
void Inflate( 
   float dx,
   float dy
) 

Parameters

dx
The amount to inflate this AnnRectangle structure horizontally.
dy
The amount to inflate this AnnRectangle structure vertically.

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 x or y is negative, the AnnRectangle is deflated in the corresponding direction.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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