AImageCropRect

#include <NdkImage.h>

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

int32_t AImageCropRect::bottom

left

int32_t AImageCropRect::left
int32_t AImageCropRect::right

top

int32_t AImageCropRect::top