Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / CubicBezierTo2 Class
Members

In This Topic
    CubicBezierTo2 Class
    In This Topic
    PDF "v" operator. Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bezier control points.
    Object Model
    CubicBezierTo2 Class
    Syntax
    'Declaration
     
    Public Class CubicBezierTo2 
       Inherits OperatorBase
    public class CubicBezierTo2 : OperatorBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.CubicBezierTo2

    See Also