Click or drag to resize

SignatureAddPoint Method

Adds a coordinate to the signature object. Creates a new stroke if the pen was up for this coordinate.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void AddPoint(
	Coordinate c
)

Parameters

c
Type: ProScriptCoordinate
the next signature coordinate
See Also