The Inflate(Double,Double) Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- x
- The amount to inflate this LogicalRectangle horizontally.
- y
- The amount to inflate this LogicalRectangle vertically.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Inflate( _ ByVal x As Double, _ ByVal y As Double _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LogicalRectangle Dim x As Double Dim y As Double instance.Inflate(x, y) |
Parameters
- x
- The amount to inflate this LogicalRectangle horizontally.
- y
- The amount to inflate this LogicalRectangle vertically.
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 150 by 150 rectangle is inflated by 50 in the x-axis, the resulting rectangle will be 250 units long (the original 150, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center. If either x or y is negative, the Rectangle structure is deflated in the corresponding direction.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7