[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.CubicBezierTo2.-ctor

CubicBezierTo2 Constructor

CubicBezierTo2(float, float, float, float)

Initializes a new instance of the CubicBezierTo2 class.

Declaration
public CubicBezierTo2(float x2, float y2, float x3, float y3)
Public Sub New(x2 As Single, y2 As Single, x3 As Single, y3 As Single)
Parameters
Type Name Description
float x2

The value of X2.

float y2

The value of Y2.

float x3

The value of X3.

float y3

The value of Y3.