Enumeration for method of specifying pan anchor.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Absolute | 0 | Indicates that the specified pan anchor is in absolute screen or image coordinates. | |
| Relative | 1 | 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