| STSeriesDeviceGetCoordinatePacket Method  |   | 
            Gets the first coordinate from the coordinate buffer and removes that coordinate from the buffer.  Used for COM.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic override void GetCoordinatePacket(
	ref int regionNumber,
	ref ISTSignaturePoint sigPoint
)
Public Overrides Sub GetCoordinatePacket ( 
	ByRef regionNumber As Integer,
	ByRef sigPoint As ISTSignaturePoint
)
public:
virtual void GetCoordinatePacket(
	int% regionNumber, 
	ISTSignaturePoint^% sigPoint
) override
abstract GetCoordinatePacket : 
        regionNumber : int byref * 
        sigPoint : ISTSignaturePoint byref -> unit 
override GetCoordinatePacket : 
        regionNumber : int byref * 
        sigPoint : ISTSignaturePoint byref -> unit 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