CogOCVMaxPatternCharacterAddedEventArgs Constructor Cognex VisionPro 9.21
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: 83.0.0.0
Syntax

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

Parameters

iP
Type: System Int32
The System::Int32 paragraph index.
iL
Type: System Int32
The System::Int32 line index.
iC
Type: System Int32
The System::Int32 character index.
nC
Type: System Int32
The System::Int32 count of added characters.
See Also