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

In This Topic
    CubicBezierTo3 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 x3 As System.Single, _
       ByVal y3 As System.Single _
    )
    public CubicBezierTo3( 
       System.float x1,
       System.float y1,
       System.float x3,
       System.float y3
    )

    Parameters

    x1
    The value of X1.
    y1
    The value of Y1.
    x3
    The value of X3.
    y3
    The value of Y3.
    See Also