CogOCVMaxPatternCharacterRemovedEventArgs Constructor Cognex VisionPro 9.8 SR1
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: 75.0.0.0
Syntax

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