名前 | 解説 | |
---|---|---|
SvgPathBuilder コンストラクタ | Initializes a new instance of the SvgPathBuilder class. |
SvgPathBuilderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SvgPathBuilder コンストラクタ | Initializes a new instance of the SvgPathBuilder class. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
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. |