[]
PDF "h" operator. Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
public class CloseSubPath : OperatorBase
The instance of the CloseSubPath class.
public static CloseSubPath Instance
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }