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()
Public Function GetBounds As PdfBounds
Return Value
Type:
PdfBoundsThe 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