Name | Description | |
---|---|---|
![]() | SvgPathBuilder Constructor | Initializes a new instance of the SvgPathBuilder class. |
The following tables list the members exposed by SvgPathBuilder.
Name | Description | |
---|---|---|
![]() | SvgPathBuilder Constructor | Initializes a new instance of the SvgPathBuilder class. |
Name | Description | |
---|---|---|
![]() | ContainsOpenFigures | Gets a value indicating whether the path contains not closed figures. |
![]() | FigureCount | Gets the number of figures in the path. |
![]() | HasFillingArea | Gets a value indicating whether the path has interior space for filling. |
Name | Description | |
---|---|---|
![]() | Add | Appends the specified SvgPathCommand to the current path. |
![]() | AddClosePath | Adds the "closepath" command to the path. |
![]() | AddCurveTo | Adds the "curveto" command to the path. |
![]() | AddEllipticalArc | Adds the "elliptical arc" command to the path. |
![]() | AddHorizontalLineTo | Adds the "horizontal lineto" command to the path. |
![]() | AddLineTo | Adds the "lineto" command to the path. |
![]() | AddMoveTo | Adds the "moveto" command to the path. |
![]() | AddQuadraticBezierCurveTo | Adds the "quadratic Bézier curveto" command to the path. |
![]() | AddSmoothCurveTo | Adds the "smooth curveto" command to the path. |
![]() | AddSmoothQuadraticBezierCurveTo | Adds the "smooth quadratic Bézier curveto" command to the path. |
![]() | AddVerticalLineTo | Adds the "vertical lineto" command to the path. |
![]() | Reset | Clears the internal state of SvgPathBuilder and prepares for a new path. |
![]() | ToPathData | Creates a new instance of the SvgPathData class. |