public interface CropRect extends MemoryStructure
Modifier and Type | Method and Description |
---|---|
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
CropRect |
setBottom(int bottom) |
CropRect |
setLeft(int left) |
CropRect |
setRight(int right) |
CropRect |
setTop(int top) |
getData
Copyright © 2019–2021 HCL. All rights reserved.