Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSmoothCurveToCommand Class
Members

In This Topic
    SvgSmoothCurveToCommand Class
    In This Topic
    Represents a shorthand cubic Bézier curve command in the path data.
    Object Model
    SvgSmoothCurveToCommand Class
    Syntax
    'Declaration
     
    Public Class SvgSmoothCurveToCommand 
       Inherits SvgPathCommand
    public class SvgSmoothCurveToCommand : SvgPathCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Svg.SvgPathCommand
          GrapeCity.Documents.Svg.SvgSmoothCurveToCommand

    See Also