CurveTo1

CurveTo1 class

Class representing v operator (append curve to path, initial point replicated).

The CurveTo1 type exposes the following members:

Constructors

NameDescription
CurveTo1(x2, y2, x3, y3)Initializes a new instance of the CurveTo1 class

Properties

NameDescription
indexOperator index in page operators list.
pointsPoints of the curve.

Methods

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

See Also