MoveTo

MoveTo class

Class representing m operator (move to and begin new subpath).

The MoveTo type exposes the following members:

Constructors

NameDescription
MoveTo(x, y)Initializes a new instance of the MoveTo class

Properties

NameDescription
indexOperator index in page operators list.
xX coordinate
yY coordinate

Methods

NameDescription
accept(visitor)Accepts visitor object to process operator.
is_text_show_operator(op)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

See Also