CogCircularArc DisplayedRadiusInScreenPixels Property Cognex VisionPro 9.5
Returns/sets the screen radius the arc will be drawn with if DisplayMode is cogCircularArcDisplayModeScreen.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public int DisplayedRadiusInScreenPixels { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCircularArc Changed

Fires when the adornment changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    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