public interface RectSize extends MemoryStructure
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
RectSize |
setHeight(int height) |
RectSize |
setWidth(int width) |
getData
Copyright © 2019–2021 HCL. All rights reserved.