Xfinium.Pdf.Graphics Namespace : PdfPath Class |
The following tables list the members exposed by PdfPath.
Name | Description | |
---|---|---|
![]() | PdfPath Constructor | Initializes a new PdfPath object. |
Name | Description | |
---|---|---|
![]() | AddBezierTo | Adds a cubic Berzier curve to current subpath. |
![]() | AddEllipse | Adds an ellipse to path. |
![]() | AddLineTo | Adds a line at the end of current subpath. |
![]() | AddPolyBezierTo | Adds a series of connected Bezier curves to current subpath. |
![]() | AddPolygon | Adds a polygon to path. |
![]() | AddPolyLineTo | Adds a series of connected lines at the end of current subpath. |
![]() | AddRectangle | Adds a rectangle to path. |
![]() | AddRoundRectangle | Adds a rounded rectangle to path. |
![]() | CloseSubpath | Closes the current subpath. |
![]() | StartSubpath | Creates a new subpath at the given position. |