CogVertexChangedEventHandler DelegateCognex VisionPro
Represents the method that will handle the VertexChanged 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: 65.1.0.0
Syntax

public delegate void CogVertexChangedEventHandler(
	Object sender,
	CogVertexChangedEventArgs e
)
See Also