Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgEllipticalArcCommand Class
Properties

In This Topic
    SvgEllipticalArcCommand Class Members
    In This Topic

    The following tables list the members exposed by SvgEllipticalArcCommand.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SvgEllipticalArcCommand class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the arc sweep is greater than or equal to 180 degrees.  
    Public PropertyGets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
    Public PropertyGets or sets the X-radius of the elliptical arc.  
    Public PropertyGets or sets the Y-radius of the elliptical arc.  
    Public PropertyGets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
    Public PropertyGets or sets a value that specifies whether the arc sweep is clockwise or counterclockwise.  
    Public PropertyGets or sets the X-coordinate of the destination point.  
    Public PropertyGets or sets a value indicating how the ellipse as a whole is rotated, in degrees, relative to the current coordinate system.  
    Public PropertyGets or sets the Y-coordinate of the destination point.  
    Top
    See Also