LEADTOOLS Forms (Leadtools.Forms assembly)

Inflate(LogicalRectangle,Double,Double) Method

Show in webframe





The LogicalRectangle 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 LogicalRectangle structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.
Syntax
public static LogicalRectangle Inflate( 
   LogicalRectangle rect,
   double x,
   double y
)
'Declaration
 
Public Overloads Shared Function Inflate( _
   ByVal rect As LogicalRectangle, _
   ByVal x As Double, _
   ByVal y As Double _
) As LogicalRectangle
'Usage
 
Dim rect As LogicalRectangle
Dim x As Double
Dim y As Double
Dim value As LogicalRectangle
 
value = LogicalRectangle.Inflate(rect, x, y)

            

            
public:
static LogicalRectangle Inflate( 
   LogicalRectangle rect,
   double x,
   double y
) 

Parameters

rect
The LogicalRectangle 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 LogicalRectangle 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 LogicalRectangle is deflated in the corresponding direction.

Requirements

Target Platforms

See Also

Reference

LogicalRectangle Structure
LogicalRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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