AImageCropRect
Data type describing an cropped rectangle returned by AImage_getCropRect.
Summary
Note that the right and bottom coordinates are exclusive, so the width of the rectangle is (right - left) and the height of the rectangle is (bottom - top).
Public attributes |
|
---|---|
bottom
|
int32_t
|
left
|
int32_t
|
right
|
int32_t
|
top
|
int32_t
|
Public attributes
bottom
Declared inmedia/NdkImage.h
int32_t AImageCropRect::bottom
left
Declared inmedia/NdkImage.h
int32_t AImageCropRect::left
right
Declared inmedia/NdkImage.h
int32_t AImageCropRect::right
top
Declared inmedia/NdkImage.h
int32_t AImageCropRect::top