LEADTOOLS (Leadtools assembly)

Inflate(LeadSize) Method

Show in webframe







The amount to inflate this rectangle.
Inflates this LeadRect structure by the specified amount.
Syntax
public void Inflate( 
   LeadSize size
)
'Declaration
 
Public Overloads Sub Inflate( _
   ByVal size As LeadSize _
) 
'Usage
 
Dim instance As LeadRect
Dim size As LeadSize
 
instance.Inflate(size)
public void Inflate( 
   LeadSize size
)
LeadRect LeadRect_Inflate(LeadRect rect, LeadSize size);
public void inflate(int width, int height)
 function Leadtools.LeadRect.Inflate(LeadSize)( 
   size 
)
public:
void Inflate( 
   LeadSize 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 LeadRect is deflated in the corresponding direction.

Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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