Aspose::Pdf::Operators::CurveTo class
CurveTo class
Class representing c operator (append curve to path).
class CurveTo : public Aspose::Pdf::Operator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
CurveTo(double, double, double, double, double, double) | Initializes curve operator. |
ToString() const override | Returns text representation of operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++