iPXE
|
#include <UefiInternalFormRepresentation.h>
Data Fields | |
UINT16 | OffsetX |
The X offset from the upper left hand corner of the logical window to position the indexed image. More... | |
UINT16 | OffsetY |
The Y offset from the upper left hand corner of the logical window to position the indexed image. More... | |
EFI_IMAGE_ID | ImageId |
The image to display at the specified offset from the upper left hand corner of the logical window. More... | |
UINT16 | Delay |
The number of milliseconds to delay after displaying the indexed image and before continuing on to the next linked image. More... | |
Definition at line 1929 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_ANIMATION_CELL::OffsetX |
The X offset from the upper left hand corner of the logical window to position the indexed image.
Definition at line 1934 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_ANIMATION_CELL::OffsetY |
The Y offset from the upper left hand corner of the logical window to position the indexed image.
Definition at line 1939 of file UefiInternalFormRepresentation.h.
EFI_IMAGE_ID _EFI_HII_ANIMATION_CELL::ImageId |
The image to display at the specified offset from the upper left hand corner of the logical window.
Definition at line 1944 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_ANIMATION_CELL::Delay |
The number of milliseconds to delay after displaying the indexed image and before continuing on to the next linked image.
If value is zero, no delay.
Definition at line 1950 of file UefiInternalFormRepresentation.h.