[]
PDF "v" operator. Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bezier control points.
public class CubicBezierTo2 : OperatorBase
Public Class CubicBezierTo2
Inherits OperatorBase
Name | Description |
---|---|
CubicBezierTo2(float, float, float, float) | Initializes a new instance of the CubicBezierTo2 class. |
Name | Description |
---|---|
X2 | The X coordinate of point 2. |
X3 | The X coordinate of point 3. |
Y2 | The Y coordinate of point 2. |
Y3 | The Y coordinate of point 3. |
Name | Description |
---|---|
IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |