Click or drag to resize

IMcTracksResume Method

Resume operation after firening UserPrompt event.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
Sub Resume ( 
	eRet As mcTrackingUserReturnCodes,
	Optional X As Integer = 0,
	Optional Y As Integer = 0
)

Parameters

eRet
Type: MediaCy.IQL.TrackingmcTrackingUserReturnCodes
resume code
X (Optional)
Type: SystemInt32
x coordinate of the click point, valid when eRet is tplRetClickPoint
Y (Optional)
Type: SystemInt32
y coordinate of the click point, valid when eRet is tplRetClickPoint
See Also