CogPointMarker SizeInScreenPixels Property Cognex VisionPro
The size (in screen pixels) of a side of the bounding square for this point marker. Size must be greater than zero.

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

public int SizeInScreenPixels { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogPointMarker Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is <= 0.

    Remarks

    The size in screen pixels of a side of the bounding square for this point marker.

    Default Value: 11

    See Also