BarcodePath Class Members
In This Topic
The following tables list the members exposed by
BarcodePath.
Public Constructors
| Name | Description |
 | BarcodePath | Overloaded. Initializes a new instance of the class. |
Public Methods
| Name | Description |
 | AddBezierCurve | Adds a cubic Bezier curve to this graphics path. |
 | AddBezierCurves | Adds a sequence of connected cubic Bezier curves to this graphics path. |
 | AddLine | Appends a line segment to this graphics path. |
 | AddLines | Appends the series of connected line segments to this graphics path. |
 | AddPathData | Adds the path data to this graphics path. |
 | CloseFigure | Closes the current figure and starts a new figure. |
 | GetPathData | Returns the path data for this graphics path. |
 | StartFigure | Starts a new figure without closing the current figure. |
See Also