Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Property Value
Type: CogCircularArcDisplayModeConstants| Event Type | Reason |
|---|---|
| CogCircularArc Changed | Fires when the adornment changes. The following state flag may be affected: |
| Exception | Condition |
|---|---|
| ArgumentException | Value is not in CogCircularArcDisplayModeConstants. |
Sets or gets whether the arc is drawn using the geometric radius or constant screen pixels.
When DisplayMode is Mathematical, VisionPro draws the arc as a geometric shape with the radius Radius.
When DisplayMode is Screen, VisionPro uses the radius DisplayedRadiusInScreenPixels to draw the arc. In this mode, the displayed size of the arc is constant regardless of the zoom level set in the CogCircularArc.
The mode affects only the way that the arc is displayed. Changing the mode does not change any of the geometric properties of the arc such as its ArcLength.
Default Value: Mathematical