Inflates the current RectangleD by the specified amounts on four sides.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Inflate( double left, double top, double right, double bottom ) |
Visual Basic |
---|
Public Sub Inflate ( _ left As Double, _ top As Double, _ right As Double, _ bottom As Double _ ) |
Parameters
- left
- Type: System..::..Double
The amount to add on the left.
- top
- Type: System..::..Double
The amount to add at the top.
- right
- Type: System..::..Double
The amount to add on the right.
- bottom
- Type: System..::..Double
The amount to add on the bottom.