[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgClosePathCommand

Class SvgClosePathCommand

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a 'closepath' command in the path data.

public class SvgClosePathCommand : SvgPathCommand
Inheritance
object
SvgClosePathCommand
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgClosePathCommand(bool)

Initializes a new instance of the SvgClosePathCommand class.

public SvgClosePathCommand(bool relative = true)

Parameters

relative bool

Indicates whether the command uses absolute (false) or relative (true) coordinates.