CogVertexAddedEventHandler DelegateCognex VisionPro 9.22 SR1
Represents the method that will handle the VertexAdded event of a CogPolygon. The method must have the same parameters as this delegate.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax

public delegate void CogVertexAddedEventHandler(
	Object sender,
	CogVertexAddedEventArgs e
)
See Also