Aspose::Pdf::Operators::LineTo class

LineTo class

Class representing l operator (add line to the path).

class LineTo : public Aspose::Pdf::Operator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Index()Operator index in page operators list.
get_X() constX coordinate of line point.
get_Y() constY coordinate of line point.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
LineTo(double, double)Initializes line operator.
set_Index(int32_t)Operator index in page operators list.
set_X(double)X coordinate of line point.
set_Y(double)Y coordinate of line point.
ToString() const overrideReturns text representation of the operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also