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);

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

Android RectF类的构造函数参数说明_第1张图片

更多相关文章

  1. android 读取SD卡或者其他地方文件功能函数
  2. Android Audio代码分析19 - setPosition函数
  3. Android Audio代码分析23 - attachAuxEffect函数
  4. android 广播传参数
  5. Android canvas clip 参数解释
  6. build.prop生成及参数解析

随机推荐

  1. Unity同步加载Android里的StreamingAsset
  2. Android(安卓)Activity 生命周期 跟踪完
  3. android6.0 netd设置dns
  4. Android(安卓)开发常用代码片段
  5. Android之万能适配器Adapter的使用
  6. AIR 2.5 App for Android(安卓)emulator
  7. android litepal(还是手写db的好用)
  8. android -------- 混淆打包报错(warning
  9. Ubuntu 下开发 Android(安卓)环境变量设
  10. android飞翔的小鸟……