DraggingEventArgs Constructor Cognex VisionPro 9.10

Constructor for these EventArgs. You typically will not need to use this method.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public DraggingEventArgs(
	IGraphicInteractive dragGraphic
)

Parameters

dragGraphic
Type: Cognex.Vision IGraphicInteractive
A reference to the graphic that is being dragged.
See Also