TencentMapSDK_iOS_3D_v5.7.0
|
截图相关API 更多...
#import <QMapView.h>
构造函数 | |
((deprecated("use - (void) | - takeSnapshotInRect:completion: |
截图 更多... | |
(void) | - takeSnapshotInRect:completion: |
异步截图 (默认超时时间为2.5秒) 更多... | |
(void) | - takeSnapshotInRect:timeout:completion: |
异步截图 更多... | |
(void) | - takeSnapshotInRect:timeout:afterScreenUpdates:completion: |
异步截图 更多... | |
截图相关API
- (void) takeSnapshotInRect: | (CGRect) | rect | |
completion: | (void(^)(UIImage *resultImage)) | completion | |
- ((deprecated("use - (void) takeSnapshotInRect: | (CGRect) | rect | |
completion: | (void(^)(UIImage *resultImage)) | instead | |
- (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 | |