BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
BMKGeometryView.h
浏览该文件的文档.
1//
2// BMKGeometryView.h
3// MapComponent
4//
5// Created by zhangbaojin on 2021/7/28.
6// Copyright © 2021 Baidu. All rights reserved.
7//
8
10
11NS_ASSUME_NONNULL_BEGIN
14
18@property (nonatomic, strong, nullable) UIColor *fillColor;
19
23@property (nonatomic, strong, nullable) UIColor *strokeColor;
24
26@property (nonatomic, assign) CGFloat lineWidth;
27
29@property (nonatomic, assign) BMKLineDashType lineDashType;
30
31@end
32NS_ASSUME_NONNULL_END
BMKLineDashType
虚线绘制样式
Definition BMKLineDrawType.h:32
该类定义了一个用opengl绘制geometry的基类
Definition BMKGeometryView.h:14
BMKLineDashType lineDashType
虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线)
Definition BMKGeometryView.h:29
CGFloat lineWidth
画笔宽度,默认为0
Definition BMKGeometryView.h:26
UIColor * strokeColor
Definition BMKGeometryView.h:23
UIColor * fillColor
Definition BMKGeometryView.h:18
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition BMKOverlayGLBasicView.h:14