Individual entry in the IImageVPA object's PVPAT. More...
Data Fields | |
intptr_t | XEntry |
Memory x-offset in bytes (columns). More... | |
intptr_t | YEntry |
Memory y-offset in bytes (lines). More... | |
Individual entry in the IImageVPA object's PVPAT.
The VPAEntry array PVPAT is returned from GetImageVPA. The overall size (or length in element units) of the array is
VPAEntry::XEntry |
Memory x-offset in bytes (columns).
Validity of this value depends on the ImageWidth. The offset is calculated from the base pointer returned by GetImageVPA.
VPAEntry::YEntry |
Memory y-offset in bytes (lines).
Validity of this value depends on the ImageHeight. The offset is calculated from the base pointer returned by GetImageVPA.