cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltfContent::PixelRectangle Struct Reference

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.
 

Detailed Description

Specifies a rectangle of pixels in an image.

Definition at line 18 of file ImageManipulation.h.

Member Data Documentation

◆ height

int32_t CesiumGltfContent::PixelRectangle::height

The total number of pixels in the vertical direction.

Definition at line 37 of file ImageManipulation.h.

◆ width

int32_t CesiumGltfContent::PixelRectangle::width

The total number of pixels in the horizontal direction.

Definition at line 32 of file ImageManipulation.h.

◆ x

int32_t CesiumGltfContent::PixelRectangle::x

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

Definition at line 22 of file ImageManipulation.h.

◆ y

int32_t CesiumGltfContent::PixelRectangle::y

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

Definition at line 27 of file ImageManipulation.h.


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