Aspose::Pdf::Operators::CurveTo1 class
CurveTo1 class
Class representing v operator (append curve to path, initial point replicated).
class CurveTo1 : public Aspose::Pdf::Operator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts operator selector. |
CurveTo1(double, double, double, double) | Initializes curve operator. |
get_Points() const | Points of the curve. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++