LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Inflate(LeadRect,Int32,Int32) Method






The LeadRect to be copied. This rectangle is not modified.
The amount to inflate the copy of the rectangle along the x-axis.
The amount to inflate the copy of the rectangle along the y-axis.
Creates and returns an inflated copy of the specified LeadRect structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. .NET support Silverlight support
Syntax
public static LeadRect Inflate( 
   LeadRect rect,
   int x,
   int y
)
'Declaration
 
Public Overloads Shared Function Inflate( _
   ByVal rect As LeadRect, _
   ByVal x As Integer, _
   ByVal y As Integer _
) As LeadRect
'Usage
 
Dim rect As LeadRect
Dim x As Integer
Dim y As Integer
Dim value As LeadRect
 
value = LeadRect.Inflate(rect, x, y)
public static LeadRect Inflate( 
   LeadRect rect,
   int x,
   int y
)
 function Leadtools.LeadRect.Inflate(LeadRect,Int32,Int32)( 
   rect ,
   x ,
   y 
)
public:
static LeadRect Inflate( 
   LeadRect rect,
   int x,
   int y
) 

Parameters

rect
The LeadRect to be copied. This rectangle is not modified.
x
The amount to inflate the copy of the rectangle along the x-axis.
y
The amount to inflate the copy of the rectangle along the y-axis.

Return Value

The inflated LeadRect structure.
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: 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

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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