|
cesium-native 0.62.0
|
Specifies a rectangle of pixels in an image. More...
#include <CesiumImage/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 16 of file ImageManipulation.h.
| int32_t CesiumImage::PixelRectangle::height |
The total number of pixels in the vertical direction.
Definition at line 35 of file ImageManipulation.h.
| int32_t CesiumImage::PixelRectangle::width |
The total number of pixels in the horizontal direction.
Definition at line 30 of file ImageManipulation.h.
| int32_t CesiumImage::PixelRectangle::x |
The X coordinate of the top-left corner of the rectangle.
Definition at line 20 of file ImageManipulation.h.
| int32_t CesiumImage::PixelRectangle::y |
The Y coordinate of the top-left corner of the rectangle.
Definition at line 25 of file ImageManipulation.h.