CogDisplay Image Property Cognex VisionPro
Gets or sets the image currently in the display.

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

public virtual ICogImage Image { get; set; }

Property Value

Type: ICogImage
The image in the display.
Events

Exceptions

Remarks

When displaying images of different types and a colormap is set, you may have to call one of the colormap properties with a new value in order to update the internal colormap.
See Also