Cog3DDisplayV2 MouseCoordinates Property Cognex VisionPro 9.7
Returns the 3D coordinates of the mouse pointer. If there is no valid 3D coordinates of the mouse it returns null.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public Cog3DPoint MouseCoordinates { get; }

Property Value

Type: Cog3DPoint

Implements

ICog3DDisplayV2 MouseCoordinates
See Also