DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathBuilder Class
Properties Methods

SvgPathBuilder Class Members

The following tables list the members exposed by SvgPathBuilder.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SvgPathBuilder class.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the path contains not closed figures.  
Public PropertyGets the number of figures in the path.  
Public PropertyGets a value indicating whether the path has interior space for filling.  
Top
Public Methods
 NameDescription
Public MethodAppends the specified SvgPathCommand to the current path.  
Public MethodAdds the "closepath" command to the path.  
Public MethodAdds the "curveto" command to the path.  
Public MethodAdds the "elliptical arc" command to the path.  
Public MethodAdds the "horizontal lineto" command to the path.  
Public MethodAdds the "lineto" command to the path.  
Public MethodAdds the "moveto" command to the path.  
Public MethodAdds the "quadratic Bézier curveto" command to the path.  
Public MethodAdds the "smooth curveto" command to the path.  
Public MethodAdds the "smooth quadratic Bézier curveto" command to the path.  
Public MethodAdds the "vertical lineto" command to the path.  
Public MethodClears the internal state of SvgPathBuilder and prepares for a new path.  
Public MethodCreates a new instance of the SvgPathData class.  
Top
See Also