public class ICiRect extends CiSuperObject |
public class ICiRect extends CiSuperObject |
Name | Description | |
---|---|---|
Empty | Set rectangle coordinates to zero. | |
getBottom | The y coordinate of the lower-right corner. | |
getIsEmpty | Is rectangle has no area. | |
getLeft | The x coordinate of the upper-left corner. | |
getRight | The x coordinate of the lower-right corner. | |
getTop | The y coordinate of the upper-left corner. | |
setBottom | The y coordinate of the lower-right corner. | |
setLeft | The x coordinate of the upper-left corner. | |
setRight | The x coordinate of the lower-right corner. | |
setTop | The y coordinate of the upper-left corner. |