LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Inflate(Single,Single) Method






The amount to inflate this AnnRectangle structure horizontally.
The amount to inflate this AnnRectangle structure vertically.
Inflates this AnnRectangle structure by the specified amounts.
Syntax
public void Inflate( 
   float dx,
   float dy
)
'Declaration
 
Public Overloads Sub Inflate( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
'Usage
 
Dim instance As AnnRectangle
Dim dx As Single
Dim dy As Single
 
instance.Inflate(dx, dy)
public void Inflate( 
   float dx,
   float dy
)
 function Leadtools.Annotations.AnnRectangle.Inflate(Single,Single)( 
   dx ,
   dy 
)
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: 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

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.