Aspose::Pdf::Operators::LineTo class
LineTo class
Class representing l operator (add line to the path).
class LineTo : public Aspose::Pdf::Operator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_X() const | X coordinate of line point. |
get_Y() const | Y coordinate of line point. |
LineTo(double, double) | Initializes line operator. |
set_X(double) | X coordinate of line point. |
set_Y(double) | Y coordinate of line point. |
ToString() const override | Returns text representation of the operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++