CubicCurveBuilderAddSourcePoint Method |
Add a source xy point.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddSourcePoint(
double x,
double y
)
Public Sub AddSourcePoint (
x As Double,
y As Double
)
public:
virtual void AddSourcePoint(
[InAttribute] double x,
[InAttribute] double y
) sealed
function AddSourcePoint(x, y);
Parameters
- x
- Type: SystemDouble
the x coordinate - y
- Type: SystemDouble
the y coordinate
See Also