CogOCVMaxPatternCharacterAddedEventArgs Constructor Cognex VisionPro 9.7
Construct the CogOCVMaxPatternCharacterAddedEventArgs object with the supplied paragraph index, line index, character index, and count of added characters.

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

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