[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.CloseSubPath

Class CloseSubPath

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

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
Inheritance
CloseSubPath
Inherited Members

Fields

Instance

The instance of the CloseSubPath class.

public static CloseSubPath Instance

Field Value

CloseSubPath

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string