[]
        
(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
object
CloseSubPath
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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