Android RectF类的构造函数参数说明:

以下是API中的说明:

public RectF (float left, float top, float right, float bottom)

Added in  API level 1

Create a new rectangle with the specified coordinates. Note: no range checking is performed, so the caller must ensure that left <= right and top <= bottom.

Parameters
left The X coordinate of the left side of the rectangle
top The Y coordinate of the top of the rectangle
right The X coordinate of the right side of the rectangle
bottom The Y coordinate of the bottom of the rectangle
比如new一个RecF类:

RectF rf1 = new RectF(100,100,200,200);

则在屏幕中的位置示意图为:


更多相关文章

  1. Android(安卓)自定义Dialog时出现成员变量为null的问题
  2. Android的drawable文件夹的说明
  3. Android(安卓)实现图片的放大缩小及左右滑动(说明书效果)
  4. Android输入管理服务启动过程源码分析
  5. Android文本输入框EditText属性和方法说明
  6. android UI 相关常用类简介
  7. CaysnPrinter开发包接口说明文档 - PrinterLibs For Android
  8. Android中的设计模式--建造者模式
  9. Android仿WIN8系统磁贴点击下沉倾斜效果

随机推荐

  1. android 有时候stroke不起作用
  2. android ListView 样式 item样式,条目样式
  3. Android音频可视化
  4. Android应用程序资源
  5. Android开机自启动
  6. 【转】android:windowSoftInputMode属性
  7. Android undefined reference to `stderr
  8. Android 圆形背景shape定义
  9. Android NDK 各版本地址大全
  10. Android: 打败system,自己监听Home键