OverlayUpdateEventArgs.Overlay Property

Specifies IC Imaging Control's OverlayBitmap object.
Syntax:
[C#]
public OverlayBitmap Overlay;
Limitations:

Read only.

Remarks:

In the OverlayUpdate event, text or graphical elements can be drawn in the new frame. Therefore, it is possible to insert individual information on each individual frame.

See also: ICImagingControl, ICImagingControl.OverlayUpdate

<< OverlayUpdateEventArgs