| STSignatureRemovePoint Method  |   | 
            RemovePoint a STSignaturePoint from the current signature
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic void RemovePoint(
	int stroke,
	int pointNumber
)
Public Sub RemovePoint ( 
	stroke As Integer,
	pointNumber As Integer
)
public:
void RemovePoint(
	int stroke, 
	int pointNumber
)
member RemovePoint : 
        stroke : int * 
        pointNumber : int -> unit 
Parameters
- stroke
 - Type: SystemInt32
The positive, 1 based array index of the line segment of the signature from which the pointNumber is to be removed - pointNumber
 - Type: SystemInt32
The positive, 1 based array index of the pointNumber in the selected line segment from which the pointNumber is to be removed 
Exceptions
See Also