PdfBoundsExpand Method (Double) |
Expands the PdfBounds by the specified amount on all sides.
Namespace:
Atalasoft.PdfDoc.Geometry
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfBounds Expand(
double amountOnAllSides
)
Public Function Expand (
amountOnAllSides As Double
) As PdfBounds
Parameters
- amountOnAllSides
- Type: SystemDouble
The amount on all sides.
Return Value
Type:
PdfBoundsA new PdfBounds with the expansion applied.
Remarks
If amountOnAllSides is negative, the PdfBounds will be smaller.
See Also