[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.CubicBezierTo3.-ctor

CubicBezierTo3 Constructor

CubicBezierTo3(float, float, float, float)

Initializes a new instance of the CubicBezierTo1 class.

Declaration
public CubicBezierTo3(float x1, float y1, float x3, float y3)
Public Sub New(x1 As Single, y1 As Single, x3 As Single, y3 As Single)
Parameters
Type Name Description
float x1

The value of X1.

float y1

The value of Y1.

float x3

The value of X3.

float y3

The value of Y3.