Returns/sets the screen radius the arc will be drawn with if DisplayMode is cogCircularArcDisplayModeScreen.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogCircularArc Changed | Fires when the adornment changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Value <= 0.0 |
Remarks
Sets or gets the radius in screen pixels that the arc is drawn with when DisplayMode is Screen
All of the geometric functions in CogCircularArc use only Radius to compute their results. This property only affects how the shape is rendered.
Default Value: 15
See Also