Click or drag to resize
STSignatureGetSignaturePoint Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets an individual signature point from the current signature. Can also be used to traverse the current signature.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public STSignaturePoint GetSignaturePoint(
	int strokeNumber,
	int pointIndexInStroke
)

Parameters

strokeNumber
Type: SystemInt32
The positive, 1 based array index of the line segment of the signature from which to get the signature pointNumber
pointIndexInStroke
Type: SystemInt32
The positive, 1 based array index of the pointNumber in the selected stroke from which to get the signature pointNumber

Return Value

Type: STSignaturePoint
Returns the selected STSignaturePoint or null if the point does not exist.
See Also