|
TencentMapSDK_iOS_3D_v6.8.0
|
截图相关API 更多...
#include <QMapView.h>
实例方法 | |
| (void) | - takeSnapshotInRect:completion: |
| 异步截图 (默认超时时间为2.5秒) | |
| (void) | - takeSnapshotInRect:timeout:completion: |
| 异步截图 | |
| (void) | - takeSnapshotInRect:timeout:afterScreenUpdates:completion: |
| 异步截图 | |
Public 属性 | |
| (deprecated("use - (void)takeSnapshotInRect:(CGRect)rect completion:(void (^)(UIImage *resultImage))completion instead")) | __attribute__ () |
| 截图 | |
截图相关API
| - (void) takeSnapshotInRect: | (CGRect) | rect | |
| completion: | (void(^)(UIImage *resultImage)) | completion |
| - (void) takeSnapshotInRect: | (CGRect) | rect | |
| timeout: | (CFTimeInterval) | timeout | |
| afterScreenUpdates: | (BOOL) | afterUpdates | |
| completion: | (void(^)(UIImage *resultImage)) | completion |
| - (void) takeSnapshotInRect: | (CGRect) | rect | |
| timeout: | (CFTimeInterval) | timeout | |
| completion: | (void(^)(UIImage *resultImage)) | completion |
| - ((deprecated("use - (void))takeSnapshotInRect: |