Click or drag to resize
STSignatureGetNextSignaturePoint Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the next signature point.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public STSignaturePoint GetNextSignaturePoint()

Return Value

Type: STSignaturePoint
Returns the next point in a signature. Points include points with PenTipSwitchFingerDown and PenTipSwitchFingerUp. If there are no more points in the signature, null is returned.
Remarks
See Also