Returns the mode in which the arc will be displayed, either with the screen radius (DisplayedRadiusInScreenPixels) or the normal geometric radius (Radius).
Sets DisplayMode.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Property Value
Type: CircularArcDisplayModeConstantsDefault Value: Mathematical
| Exception | Condition |
|---|---|
| ArgumentException | Value is not in CircularArcDisplayModeConstants. |
Gets whether the arc is drawn using the geometric radius or constant screen pixels. When DisplayMode is Mathematical, draw the arc as a geometric shape with the radius Radius. When DisplayMode is Screen, the radius is used DisplayedRadiusInScreenPixels to draw the arc. In this mode, the displayed size of the arc is constant regardless of the zoom level set. 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.
Changed Raised when the value of this property changes. The following state flags may be affected: