public class Rectangle extends Object implements Comparable
| Constructor and Description |
|---|
Rectangle() |
Rectangle(int x,
int y,
int width,
int height) |
Rectangle(android.graphics.Rect rect) |
Rectangle(Rectangle rect) |
public Rectangle(android.graphics.Rect rect)
public Rectangle(int x,
int y,
int width,
int height)
public Rectangle(Rectangle rect)
public Rectangle()
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public int compareTo(Object other)
compareTo in interface Comparablepublic android.graphics.Rect toAndroid()
Copyright © 2018 Aspose. All Rights Reserved.