cesium-native 0.62.0
Loading...
Searching...
No Matches
CesiumImage::PixelRectangle Struct Reference

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.
 

Detailed Description

Specifies a rectangle of pixels in an image.

Definition at line 16 of file ImageManipulation.h.

Member Data Documentation

◆ height

int32_t CesiumImage::PixelRectangle::height

The total number of pixels in the vertical direction.

Definition at line 35 of file ImageManipulation.h.

◆ width

int32_t CesiumImage::PixelRectangle::width

The total number of pixels in the horizontal direction.

Definition at line 30 of file ImageManipulation.h.

◆ x

int32_t CesiumImage::PixelRectangle::x

The X coordinate of the top-left corner of the rectangle.

Definition at line 20 of file ImageManipulation.h.

◆ y

int32_t CesiumImage::PixelRectangle::y

The Y coordinate of the top-left corner of the rectangle.

Definition at line 25 of file ImageManipulation.h.


The documentation for this struct was generated from the following file: