Click or drag to resize
STSeriesDeviceGetCoordinatePacket Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the first coordinate from the coordinate buffer and removes that coordinate from the buffer. Used for COM.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void GetCoordinatePacket(
	ref int regionNumber,
	ref ISTSignaturePoint sigPoint
)

Parameters

regionNumber
Type: SystemInt32
Passed by reference. Returns the region number of the retrieved coordinate. If the region is 0 the call failed or there is nothing in the buffer.
sigPoint
Type: Scriptel.STSeriesISTSignaturePoint
An instance of STSignaturePoint is passed by reference and returned with the first STSignaturePoint in the buffer.
See Also