disp_getScreenShot
# disp_getScreenShot
>i**描述:可以直接返回bitmap的截图方法
函数:Bitmap disp_getScreenShot(Context context)**
#### 代码示例
```java
SmdtManager mdtManager= SmdtManager.create(this);
mdtManager.disp_getScreenShot(this)
```
#### 参数
|类型 |名称 |说明 |
|- |- |- |
|Context|context|上下文|
#### 返回值
|类型 |说明 |
|- |- |
|Bitmap|bitmap格式|