[]
Inflates the boundaries according to the mergins.
public RectangleF Inflate(float pageScale, RectangleF bounds)
| Type | Name | Description |
|---|---|---|
| float | pageScale | The page scale. |
| RectangleF | bounds | Specified bounds. |
| Type | Description |
|---|---|
| RectangleF | Returns the inflated bounds. |
Inflates the boundaries according to the mergins.
public RectangleF Inflate(float pageScale, RectangleF bounds, float percentage)
| Type | Name | Description |
|---|---|---|
| float | pageScale | The page scale. |
| RectangleF | bounds | Specified bounds. |
| float | percentage | The specified percentage. |
| Type | Description |
|---|---|
| RectangleF | Returns the inflated bounds. |