[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.LineTo

LineTo Class

PDF "l" operator. Append a straight line segment from the current point to the point (x, y).

Inheritance
LineTo
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class LineTo : OperatorBase
Public Class LineTo
    Inherits OperatorBase

Constructors

Name Description
LineTo(float, float)

Initializes a new instance of the LineTo class.

Fields

Name Description
X

The X coordinate of point.

Y

The Y coordinate of point.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.