Click or drag to resize

IEasyScriptEventListenerReceiveCoordinate Method

This event receives a parsed coordinate from the signature stream.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
void ReceiveCoordinate(
	Coordinate coordinate
)

Parameters

coordinate
Type: EasyScriptAPICoordinate
Coordinate read from signature stream.
See Also