CubicCurveBuilder Class |
Namespace: pdftron.PDF
public sealed class CubicCurveBuilder : IClosable
The CubicCurveBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSourcePoint |
Add a source xy point.
| |
| Close | ||
| Equals | (Inherited from Object.) | |
| GetCubicXCoord |
Get the cubic X coordinate.
| |
| GetCubicYCoord |
Get the cubic Y coordinate.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| NumCubicPoints |
Number of generated cubic points.
| |
| NumSourcePoints |
Number of source points.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |