[]
        
(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
SvgClosePathCommand
Inherited Members

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.