PdfBezier Class |
Namespace: Opait.Pdf.Api
public class PdfBezier
The PdfBezier type exposes the following members.
Name | Description | |
---|---|---|
P1 |
Gets or sets the first control point that starts the Bezier curve.
| |
P2 |
Gets or sets the second control point.
| |
P3 |
Gets or sets the third control point.
| |
P4 |
Gets or sets the fourth control point that ends the Bezier curve.
|
Name | Description | |
---|---|---|
CircleFirstQuarter |
Creates a Bezier curve representing a quarter circle in the first quadrant.
| |
CircleFourthQuarter |
Creates a Bezier curve representing a quarter circle in the fourth quadrant.
| |
CircleSecondQuarter |
Creates a Bezier curve representing a quarter circle in the second quadrant.
| |
CircleThirdQuarter |
Creates a Bezier curve representing a quarter circle in the third quadrant.
| |
OvalFirstQuarter |
Creates a Bezier curve representing a quarter oval in the first quadrant.
| |
OvalFourthQuarter |
Creates a Bezier curve representing a quarter oval in the fourth quadrant.
| |
OvalSecondQuarter |
Creates a Bezier curve representing a quarter oval in the second quadrant.
| |
OvalThirdQuarter |
Creates a Bezier curve representing a quarter oval in the third quadrant.
|