CogDisplayPanAnchorConstants EnumerationCognex VisionPro 9.5
Enumeration for method of specifying pan anchor.

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

public enum CogDisplayPanAnchorConstants
Members

  Member nameValueDescription
Absolute0 Indicates that the specified pan anchor is in absolute screen or image coordinates.
Relative1 Indicates that the specified pan anchor is relative to screen or image size.
Remarks

Used in GetScreenPanAnchor(Double , Double , CogDisplayPanAnchorConstants ), SetScreenPanAnchor(Double, Double, CogDisplayPanAnchorConstants), GetImagePanAnchor(Double , Double , CogDisplayPanAnchorConstants ), and SetImagePanAnchor(Double, Double, CogDisplayPanAnchorConstants) to get and set the pan anchors.

See Also