![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release |
Holds the representation of a display aperture.
Definition at line 310 of file nvscrncapt.h.
Data Fields | |
int | startX |
Holds the X-coordinate of start position. More... | |
int | startY |
Holds the Y-coordinate of start position. More... | |
int | width |
Holds the width. More... | |
int | height |
Holds the height. More... | |
int NvScrncaptAperture::height |
Holds the height.
Definition at line 318 of file nvscrncapt.h.
int NvScrncaptAperture::startX |
Holds the X-coordinate of start position.
Definition at line 312 of file nvscrncapt.h.
int NvScrncaptAperture::startY |
Holds the Y-coordinate of start position.
Definition at line 314 of file nvscrncapt.h.
int NvScrncaptAperture::width |
Holds the width.
Definition at line 316 of file nvscrncapt.h.