Cog3DDisplayV2 MouseCoordinates Property Cognex VisionPro
Returns the 3D coordinates of the mouse pointer. If there is no valid 3D coordinates of the mouse it returns null. The MouseCoordinatesTracked property has to be set to true otherwise mouse coordinates are not tracked at all and will always return null.

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

public Cog3DPoint MouseCoordinates { get; }

Property Value

Type: Cog3DPoint

Implements

ICog3DDisplayV2 MouseCoordinates
See Also