| STSignatureReplace Method  |   | 
            Replaces the STSignaturePoint at the selected location with the new STSignaturePoint
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic void Replace(
	STSignaturePoint signaturePoint,
	int stroke,
	int pointNumber
)
Public Sub Replace ( 
	signaturePoint As STSignaturePoint,
	stroke As Integer,
	pointNumber As Integer
)
public:
void Replace(
	STSignaturePoint^ signaturePoint, 
	int stroke, 
	int pointNumber
)
member Replace : 
        signaturePoint : STSignaturePoint * 
        stroke : int * 
        pointNumber : int -> unit 
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
See Also