CogOCVMaxPatternCharacterRemovedEventArgs Constructor Cognex VisionPro
Construct the CogOCVMaxPatternCharacterRemovedEventArgs object with the supplied paragraph index, line index, character index, and count of removed characters.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public CogOCVMaxPatternCharacterRemovedEventArgs(
	int iP,
	int iL,
	int iC,
	int nC
)
See Also