|
Impact Acquire SDK .NET
|
Additional methods to extend the functionality of the mv.impact.acquire.TImageBufferPixelFormat enumeration. More...
Static Public Member Functions | |
| static TImageDestinationPixelFormat | asImageDestinationPixelFormat (this TImageBufferPixelFormat imageBufferPixelFormat) |
| Converts a mv.impact.acquire.TImageBufferPixelFormat to a mv.impact.acquire.TImageDestinationPixelFormat value. | |
| static System.Drawing.Imaging.PixelFormat | asSystemDrawingImagingPixelFormat (this TImageBufferPixelFormat imageBufferPixelFormat) |
| Converts a mv.impact.acquire.TImageBufferPixelFormat to a System.Drawing.Imaging.PixelFormat value. | |
Additional methods to extend the functionality of the mv.impact.acquire.TImageBufferPixelFormat enumeration.
|
inlinestatic |
Converts a mv.impact.acquire.TImageBufferPixelFormat to a mv.impact.acquire.TImageDestinationPixelFormat value.
| [in] | imageBufferPixelFormat | The mv.impact.acquire.TImageBufferPixelFormat to convert |
|
inlinestatic |
Converts a mv.impact.acquire.TImageBufferPixelFormat to a System.Drawing.Imaging.PixelFormat value.
This extension function will allow mv.impact.acquire.TImageBufferPixelFormat values to be converted into the corresponding System.Drawing.Imaging.PixelFormat values that can e.g. be used to create instances of System.Drawing.Bitmap if the target platform supports this. See Efficiently create System.Drawing.Bitmap instances as well.
Valid values for mv.impact.acquire.TImageBufferPixelFormat that can be converted into a into System.Drawing.Imaging.PixelFormat types and their corresponding values are:
| [in] | imageBufferPixelFormat | The mv.impact.acquire.TImageBufferPixelFormat to convert |