CircularArc DisplayedRadiusInScreenPixels Property Cognex VisionPro 9.22 SR1
Get

Gets the radius in screen pixels that the arc will be drawn with if DisplayMode is Screen.

Set

Sets DisplayedRadiusInScreenPixels.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public int DisplayedRadiusInScreenPixels { get; set; }

Property Value

Type: Int32
Default Value: 15
Exceptions

ExceptionCondition
ArgumentExceptionValue <= 0.0
Remarks

All of the geometric functions in CircularArc use only Radius to compute their results. This property only affects how the shape is rendered.

Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also