Individual entry in the IImageVPA object's PVPAT. More...
Data Fields | |
intptr_t | XEntry |
Memory x-offset in bytes (columns). | |
intptr_t | YEntry |
Memory y-offset in bytes (lines). | |
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
intptr_t 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.
intptr_t 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.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.