CurveTo2

CurveTo2 class

Class representing y operator (append curve to path, final point replicated).

The CurveTo2 type exposes the following members:

Constructors

NameDescription
CurveTo2(x1, y1, x3, y3)Initializes a new instance of the CurveTo2 class

Properties

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

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