Click or drag to resize

PdfBezier Class

Represents a double precision cubic PdfBezier spline curve.
Inheritance Hierarchy
SystemObject
  Opait.Pdf.ApiPdfBezier

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public class PdfBezier

The PdfBezier type exposes the following members.

Constructors
  NameDescription
Public methodPdfBezier
Initializes an instance of the PdfBezier class using 4 control points.
Top
Properties
  NameDescription
Public propertyP1
Gets or sets the first control point that starts the Bezier curve.
Public propertyP2
Gets or sets the second control point.
Public propertyP3
Gets or sets the third control point.
Public propertyP4
Gets or sets the fourth control point that ends the Bezier curve.
Top
Methods
  NameDescription
Public methodStatic memberCircleFirstQuarter
Creates a Bezier curve representing a quarter circle in the first quadrant.
Public methodStatic memberCircleFourthQuarter
Creates a Bezier curve representing a quarter circle in the fourth quadrant.
Public methodStatic memberCircleSecondQuarter
Creates a Bezier curve representing a quarter circle in the second quadrant.
Public methodStatic memberCircleThirdQuarter
Creates a Bezier curve representing a quarter circle in the third quadrant.
Public methodStatic memberOvalFirstQuarter
Creates a Bezier curve representing a quarter oval in the first quadrant.
Public methodStatic memberOvalFourthQuarter
Creates a Bezier curve representing a quarter oval in the fourth quadrant.
Public methodStatic memberOvalSecondQuarter
Creates a Bezier curve representing a quarter oval in the second quadrant.
Public methodStatic memberOvalThirdQuarter
Creates a Bezier curve representing a quarter oval in the third quadrant.
Top
See Also