AImageCropRect
由 AImage_getCropRect 返回的描述裁剪矩形的数据类型。
摘要
请注意,右侧和底部坐标是独占的,因此矩形的宽度为 (right - left),高度为 (bottom - top)。
公共属性 |
|
---|---|
bottom
|
int32_t
|
left
|
int32_t
|
right
|
int32_t
|
top
|
int32_t
|
公共属性
bottom
声明于media/NdkImage.h
int32_t AImageCropRect::bottom
left
声明于media/NdkImage.h
int32_t AImageCropRect::left
right
声明于media/NdkImage.h
int32_t AImageCropRect::right
top
声明于media/NdkImage.h
int32_t AImageCropRect::top