Constants that determine which properties are used to draw the CoordinateAxes and how interactive manipulation affects the mathematical properties of the axes.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
| Member name | Value | Description | |
|---|---|---|---|
| Mathematical | 0 | The graphic is drawn based on the XAxisLength, Aspect, DisplayedScaleFactorX, and DisplayedScaleFactorY properties. Interactive manipulation of the axes size modifies the XAxisLength and Aspect properties. | |
| Screen | 1 | The graphic is drawn based on the DisplayedXAxisLength and DisplayedAspect properties. Interactive manipulation of the arm lengths modifies only the displayed representation of the axes and not the mathematical properties. | |
| Scale | 2 | The graphic is drawn based on the XAxisLength, Aspect, DisplayedScaleFactorX and DisplayedScaleFactorY properties. Interactive manipulation of the axes size modifies the DisplayedScaleFactorX and DisplayedScaleFactorY properties. |