cesium-native 0.43.0
|
Specifies a rectangle of pixels in an image. More...
#include <CesiumGltfContent/ImageManipulation.h>
Public Attributes | |
int32_t | x |
The X coordinate of the top-left corner of the rectangle. | |
int32_t | y |
The Y coordinate of the top-left corner of the rectangle. | |
int32_t | width |
The total number of pixels in the horizontal direction. | |
int32_t | height |
The total number of pixels in the vertical direction. | |
Specifies a rectangle of pixels in an image.
Definition at line 18 of file ImageManipulation.h.
int32_t CesiumGltfContent::PixelRectangle::height |
The total number of pixels in the vertical direction.
Definition at line 37 of file ImageManipulation.h.
int32_t CesiumGltfContent::PixelRectangle::width |
The total number of pixels in the horizontal direction.
Definition at line 32 of file ImageManipulation.h.
int32_t CesiumGltfContent::PixelRectangle::x |
The X coordinate of the top-left corner of the rectangle.
Definition at line 22 of file ImageManipulation.h.
int32_t CesiumGltfContent::PixelRectangle::y |
The Y coordinate of the top-left corner of the rectangle.
Definition at line 27 of file ImageManipulation.h.