[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.CubicBezierTo2

CubicBezierTo2 Class

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.

Inheritance
CubicBezierTo2
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class CubicBezierTo2 : OperatorBase
Public Class CubicBezierTo2
    Inherits OperatorBase

Constructors

Name Description
CubicBezierTo2(float, float, float, float)

Initializes a new instance of the CubicBezierTo2 class.

Fields

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.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.