Tao.Sdl SDK Documentation

Sdl.SDL_Overlay.pixels Field

An array of pointers to the data of each plane. The overlay should be locked before these pointers are used.

[Visual Basic]
Public pixels As IntPtr()
[C#]
public IntPtr[] pixels;

See Also

Sdl.SDL_Overlay Class | Tao.Sdl Namespace