|
TencentMapSDK_iOS_3D_v1.3.3
|
QMapView的扩展类 更多...
#import <QMapView.h>
构造函数 | |
| (UIImage *) | - takeSnapshotInRect: |
| 在指定区域内截图 更多... | |
| (void) | - takeSnapshotInRect:withCompletionBlock: |
| 在指定区域内截图(异步) 更多... | |
QMapView的扩展类
提供了截图的接口
| - (UIImage *) takeSnapshotInRect: | (CGRect) | rect |
| - (void) takeSnapshotInRect: | (CGRect) | rect | |
| withCompletionBlock: | (void(^)(UIImage *resultImage, CGRect rect)) | block | |