Click or drag to resize

PdfPathGetBounds Method

Gets the bounding box of the PdfPath.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBounds GetBounds()

Return Value

Type: PdfBounds
The smallest PdfBounds that contains all the path elements.
Remarks
Since Bezier curves never extend past their control points, this will return the PdfBounds that contains all the points of all the path operations. Note that this does not take into account line width or line end caps.
See Also