[]
PDF "y" operator. Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3 ), using (x1, y1 ) and (x3, y3 ) as the Bezier control points.
public class CubicBezierTo3 : OperatorBase
| Name | Description |
|---|---|
| CubicBezierTo3(float, float, float, float) | Initializes a new instance of the CubicBezierTo1 class. |
| Name | Description |
|---|---|
| X1 | The X coordinate of point 1. |
| X3 | The X coordinate of point 3. |
| Y1 | The Y coordinate of point 1. |
| Y3 | The Y coordinate of point 3. |
| Name | Description |
|---|---|
| Desc | Gets the operator's description. |
| Name | Gets the operator's PDF name. |
| Name | Description |
|---|---|
| IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |