[]
Represents a 'closepath' command in the path data.
public class SvgClosePathCommand : SvgPathCommand
Initializes a new instance of the SvgClosePathCommand class.
public SvgClosePathCommand(bool relative = true)
relative
boolIndicates whether the command uses absolute (false) or relative (true) coordinates.