11NS_ASSUME_NONNULL_BEGIN
18@property (nonatomic, strong, nullable) UIColor *
fillColor;
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