BarcodePath Class Methods
In This Topic
For a list of all methods of this type, see
BarcodePath.
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