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

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

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

    See Also