STSignaturePoint Constructor (STSignaturePoint) | |
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public STSignaturePoint(
STSignaturePoint oldPoint
)
Public Sub New (
oldPoint As STSignaturePoint
)
public:
STSignaturePoint(
STSignaturePoint^ oldPoint
)
new :
oldPoint : STSignaturePoint -> STSignaturePoint
Parameters
- oldPoint
- Type: Scriptel.STSeriesSTSignaturePoint
The old point.
See Also