[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MoveTo

MoveTo Class

PDF "m" operator. Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. If the previous path construction operator in the current path was also m, the new m overrides it; no vestige of the previous m operation remains in the path.

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

Constructors

Name Description
MoveTo(float, float)

Initializes a new instance of the MoveTo 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.