Table of Contents

Delegate DispEngine.ImageRequestedDelegate

Namespace
Hi.Disp
Assembly
HiDisp.dll
public delegate void DispEngine.ImageRequestedDelegate(byte* bgra_unsignedbyte_pixels, int w, int h)

Parameters

bgra_unsignedbyte_pixels byte*

BGRA convention pixels in unsigned bytes. The size is wh4.

w int

width

h int

height

Extension Methods