Click or drag to resize
STSignatureRemovePoint Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
RemovePoint a STSignaturePoint from the current signature

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

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
ExceptionCondition
STValueOutOfRangeException

if the stroke is not in the signature, or

if the pointNumber is not in the stroke

See Also