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

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

    Parameters

    x2
    The value of X2.
    y2
    The value of Y2.
    x3
    The value of X3.
    y3
    The value of Y3.
    See Also