public class CurveTo1 extends Operator
Class representing v operator (append curve to path, initial point replicated).
| Constructor and Description |
|---|
CurveTo1(double x2,
double y2,
double x3,
double y3)
Initializes curve operator.
|
CurveTo1(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.pathconstructionoperators.AppendCubicBezierCurve1 command)
Constructor for operator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts operator selector.
|
Point[] |
getPoints()
Points of the curve.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic CurveTo1(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.pathconstructionoperators.AppendCubicBezierCurve1 command)
Constructor for operator class.
index - Index of operator.command - Operator command.public CurveTo1(double x2,
double y2,
double x3,
double y3)
Initializes curve operator.
x2 - Abscissa of second point.y2 - Ordinate of second point.x3 - Abscissa of third point.y3 - Ordinate of third point.public Point[] getPoints()
Points of the curve.
public void accept(IOperatorSelector visitor)
Accepts operator selector.
Copyright © 2025 Aspose. All Rights Reserved.