The fields of the Sdl.SDL_Overlay structure are listed below. For a complete list of Sdl.SDL_Overlay structure members, see the Sdl.SDL_Overlay Members topic.
![]() | Overlay format (see below) |
![]() | Height of overlay |
![]() | This will be set to 1 if the overlay is hardware accelerated. |
![]() | |
![]() | |
![]() | An array of pitches, one for each plane. Pitch is the length of a row in bytes. |
![]() | An array of pointers to the data of each plane. The overlay should be locked before these pointers are used. |
![]() | Number of planes in the overlay. Usually either 1 or 3. |
![]() | |
![]() | Width of overlay |
Sdl.SDL_Overlay Class | Tao.Sdl Namespace