Path Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a graphics path, which is a sequence of primitive graphics elements.
Inheritance Hierarchy
Bytescout.PDFPath
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Path type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Path | Initializes a new instance of the Bytescout.PDF.Path class. | |
| Path(FillMode) | Initializes a new instance of the Bytescout.PDF.Path class. |
Properties
| Name | Description | |
|---|---|---|
| FillMode | Gets or sets the fill mode. |
Methods
| Name | Description | |
|---|---|---|
| AddArc(RectangleF, Single, Single) | Appends an elliptical arc to the current figure. | |
| AddArc(Single, Single, Single, Single, Single, Single) | Appends an elliptical arc to the current figure. | |
| AddCircle(PointF, Single) | Adds a circle to the current path. | |
| AddCircle(Single, Single, Single) | Adds a circle to the current path. | |
| AddCurveTo(PointF, PointF, PointF) | Append a cubic Bézier curve to the current path. | |
| AddCurveTo(Single, Single, Single, Single, Single, Single) | Append a cubic Bézier curve to the current path. | |
| AddEllipse(RectangleF) | Adds an ellipse to the current path. | |
| AddEllipse(Single, Single, Single, Single) | Adds an ellipse to the current path. | |
| AddLineTo(PointF) | Appends a straight line segment from the current position to a specified endpoint. | |
| AddLineTo(Single, Single) | Appends a straight line segment from the current position to a specified endpoint. | |
| AddPie(RectangleF, Single, Single) | Adds the outline of a pie shape to this path. | |
| AddPie(Single, Single, Single, Single, Single, Single) | Adds the outline of a pie shape to this path. | |
| AddPolygon | Append the closed polygon to this path. | |
| AddRectangle(RectangleF) | Adds a rectangle to this path. | |
| AddRectangle(Single, Single, Single, Single) | Adds a rectangle to this path. | |
| AddRoundedRectangle(RectangleF, Single) | Appends a rectangle with rounded corners to the current figure. | |
| AddRoundedRectangle(Single, Single, Single, Single, Single) | Appends a rectangle with rounded corners to the current figure. | |
| ClosePath | Closes the current subpath by appending a straight line segment from the current position to the starting point of the subpath. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| MoveTo(PointF) | Moves the current point to a new position. | |
| MoveTo(Single, Single) | Moves the current point to a new position. | |
| Reset | Empties path of points. | |
| ToString | (Inherited from Object.) |
See Also