CogDisplay SubPixelGridEnabled Property Cognex VisionPro 9.21 SR1
Gets or sets whether the sub-pixel grid is visible.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public virtual bool SubPixelGridEnabled { get; set; }

Property Value

Type: Boolean
True if the sub-pixel grid is visible.
Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
Remarks

The sub-pixel grid is visible when Zoom is greater than or equal to 128.

See Also