#include <CubicCurveBuilder.h>
The class CubicCurveBuilder. Creates Cubic Curves from linear points
DocumentConversion instances are created through methods belonging to the Convert class. See Convert.WordToPDFConversion for an example.
Definition at line 25 of file CubicCurveBuilder.h.
pdftron::PDF::CubicCurveBuilder::CubicCurveBuilder |
( |
| ) |
|
pdftron::PDF::CubicCurveBuilder::CubicCurveBuilder |
( |
const CubicCurveBuilder & |
other | ) |
|
pdftron::PDF::CubicCurveBuilder::CubicCurveBuilder |
( |
TRN_CubicCurveBuilder |
impl | ) |
|
pdftron::PDF::CubicCurveBuilder::~CubicCurveBuilder |
( |
| ) |
|
void pdftron::PDF::CubicCurveBuilder::AddSourcePoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
Add a source xy point.
- Parameters
-
x | – the x coordinate. |
y | – the y coordinate. |
void pdftron::PDF::CubicCurveBuilder::Destroy |
( |
| ) |
|
double pdftron::PDF::CubicCurveBuilder::GetCubicXCoord |
( |
UInt32 |
index | ) |
|
Get the cubic X coordinate.
- Parameters
-
- Returns
- X coordinate of the indicated point on the cubic curve.
double pdftron::PDF::CubicCurveBuilder::GetCubicYCoord |
( |
UInt32 |
index | ) |
|
Get the cubic Y coordinate.
- Parameters
-
- Returns
- Y coordinate of the indicated point on the cubic curve.
UInt32 pdftron::PDF::CubicCurveBuilder::NumCubicPoints |
( |
| ) |
|
Number of generated cubic points.
- Returns
- Indicates that the conversion succeeded, failed, or was cancelled.
UInt32 pdftron::PDF::CubicCurveBuilder::NumSourcePoints |
( |
| ) |
|
Number of source points.
- Returns
- Indicates that the conversion succeeded, failed, or was cancelled.
TRN_CubicCurveBuilder pdftron::PDF::CubicCurveBuilder::m_impl |
The documentation for this class was generated from the following file: