A <path> is the most general shape that can be used in SVG. Using a path element, you can draw rectangles (with or without rounded corners), circles, ellipses, polylines, and polygons. Basically any of the other types of shapes, bezier curves, quadratic curves, and many more.
SvgPath
01 Syntax
Microsoft.VisualBasic.Imaging.SVG.XML.SvgPath
02 Properties
03 Members
D
A list of points and other information about how to draw the path.
Remarks
下面的命令可用于路径数据:
M = moveto L = lineto H = horizontal lineto V = vertical lineto C = curveto S = smooth curveto Q = quadratic Belzier curve T = smooth quadratic Belzier curveto A = elliptical Arc Z = closepath
注释:以上所有命令均允许小写字母。大写表示绝对定位,小写表示相对定位。
Length
FillRule