public final class CGRect
private final Point
origin
private final CGSize
size
CGRect(Integer x, Integer y, Integer width, Integer height, AndroidFactory factory)
CGRect(Integer x, Integer y, Integer width, Integer height)
CGRect(Point origin, CGSize size, AndroidFactory factory)
final Point
getOrigin()
final CGSize
getSize()
final Rect
toRect()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Point getOrigin()
final CGSize getSize()
final Rect toRect()