Click or drag to resize
STSignatureGetFirstSignaturePoint 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 first signature point.

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

Return Value

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