Delegate DispEngine.ImageRequestedDelegate
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
intwidth
h
intheight
- Extension Methods