名前 | 解説 | |
---|---|---|
![]() | 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 Bezier curveto" command to the path. |
![]() | AddSmoothCurveTo | Adds the "smooth curveto" command to the path. |
![]() | AddSmoothQuadraticBezierCurveTo | Adds the "smooth quadratic Bezier 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. |