Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / CubicBezierTo1 Class / CubicBezierTo1 Constructor
The value of X1.
The value of Y1.
The value of X2.
The value of Y2.
The value of X3.
The value of Y3.

In This Topic
    CubicBezierTo1 Constructor
    In This Topic
    Initializes a new instance of the CubicBezierTo1 class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x1 As System.Single, _
       ByVal y1 As System.Single, _
       ByVal x2 As System.Single, _
       ByVal y2 As System.Single, _
       ByVal x3 As System.Single, _
       ByVal y3 As System.Single _
    )
    public CubicBezierTo1( 
       System.float x1,
       System.float y1,
       System.float x2,
       System.float y2,
       System.float x3,
       System.float y3
    )

    Parameters

    x1
    The value of X1.
    y1
    The value of Y1.
    x2
    The value of X2.
    y2
    The value of Y2.
    x3
    The value of X3.
    y3
    The value of Y3.
    See Also