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