CogDisplay PanX Property Cognex VisionPro 9.8
Gets or sets the x-position of the image in the display.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public virtual double PanX { get; set; }

Property Value

Type: Double
The x-position of the image in the display.
Events

Exceptions

Remarks

The PanX value is the distance, in image coordinates, between the image pan anchor and the screen pan anchor. A positive value means that the image anchor point is to the right of the screen anchor; a negative value means that it is to the left.

See Also