Impact Acquire SDK .NET
ImageDisplayExtensions Class Reference

Additional methods to extend the functionality of the class mv.impact.acquire.display.ImageDisplay. More...

Static Public Member Functions

static void SetImage (this ImageDisplay display, Request pRequest)
 Sets the next image to display.
 

Detailed Description

Additional methods to extend the functionality of the class mv.impact.acquire.display.ImageDisplay.

Member Function Documentation

◆ SetImage()

static void SetImage ( this ImageDisplay display,
Request pRequest )
inlinestatic

Sets the next image to display.

This function can deal with any pixel format supported by Impact Acquire.

Parameters
[in]displayThe reference to the extended mv.impact.acquire.display.ImageDisplay object.
[in]pRequestThe mv.impact.acquire.Request object whose image data shall be displayed.