| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void addPoint(
double x,
double y
)
Public Sub addPoint (
x As Double,
y As Double
)
public:
void addPoint(
double x,
double y
)
member addPoint :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
The X coordinate of the point - y
- Type: SystemDouble
The Y coordinate of the point
See Also