public interface ReadableRectangle extends ReadableDimension, ReadablePoint
Modifier and Type | Method and Description |
---|---|
void |
getBounds(WritableRectangle dest)
Copy this readable rectangle's bounds into a destination Rectangle
|
getHeight, getSize, getWidth
getLocation, getX, getY
void getBounds(WritableRectangle dest)
dest
- The destination Rectangle, or null, to create a new RectangleCopyright © 2002-2009 lwjgl.org. All Rights Reserved.