Click or drag to resize

IEasyScriptEventListener.ReceiveCoordinate 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: EasyScriptAPI.Coordinate
Coordinate read from signature stream.
See Also