CogDisplay GetScreenPanAnchor Method Cognex VisionPro
Returns the screen pan anchor position.

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

public virtual void GetScreenPanAnchor(
	[OptionalAttribute] out double x,
	[OptionalAttribute] out double y,
	[OptionalAttribute] out CogDisplayPanAnchorConstants method
)

Parameters

x (Optional)
Type: System Double 
The x-coordinate of the pan anchor.
y (Optional)
Type: System Double 
The y-coordinate of the pan anchor.
method (Optional)
Type: Cognex.VisionPro.Display CogDisplayPanAnchorConstants 
How the pan distance is computed.
Exceptions

See Also