Click or drag to resize
STSignatureReplace Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Replaces the STSignaturePoint at the selected location with the new STSignaturePoint

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public void Replace(
	STSignaturePoint signaturePoint,
	int stroke,
	int pointNumber
)

Parameters

signaturePoint
Type: Scriptel.STSeriesSTSignaturePoint
The new STSignaturePoint to be placed at the specified location
stroke
Type: SystemInt32
The positive, 1 based array index of the line segment of the signature from which the pointNumber is to be replaced
pointNumber
Type: SystemInt32
The positive, 1 based array index of the pointNumber in the selected line segment from which the pointNumber is to be replaced
Exceptions
ExceptionCondition
STValueOutOfRangeExceptionif the point does not exist
See Also