| SignDocAnnotationaddPoint Method (Double, Double) |
Add a point to the current stroke of a scribble annotation.
This function can be used for annotations of type t_scribble.Each stroke must contain at least two points.
This function uses document(page) coordinates
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void addPoint(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
The X coordinate of the point - y
- Type: SystemDouble
The Y coordinate of the point
See Also