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

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts operator selector.
CurveTo1(double, double, double, double)Initializes curve operator.
get_Points() constPoints of the curve.

See Also