CogDisplay PanY Property Cognex VisionPro 9.20
Gets or sets the y-position of image in the display.

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

public virtual double PanY { get; set; }

Property Value

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

Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
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 below the screen anchor; a negative value means that it is above.

See Also