| STSignatureGetSignaturePoint Method  |   | 
            Gets an individual signature point from the current signature.  Can also be used to traverse the current signature.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic STSignaturePoint GetSignaturePoint(
	int strokeNumber,
	int pointIndexInStroke
)
Public Function GetSignaturePoint ( 
	strokeNumber As Integer,
	pointIndexInStroke As Integer
) As STSignaturePoint
public:
STSignaturePoint^ GetSignaturePoint(
	int strokeNumber, 
	int pointIndexInStroke
)
member GetSignaturePoint : 
        strokeNumber : int * 
        pointIndexInStroke : int -> STSignaturePoint 
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: 
STSignaturePointReturns the selected STSignaturePoint or null if the point does not exist.
See Also