DMKOverlayPathView Class Reference

Inherits from DMKOverlayView : UIView
Declared in DMKOverlayPathView.h

  fillColor

填充颜色

@property (nonatomic, strong) UIColor *fillColor

Discussion

填充颜色

Declared In

DMKOverlayPathView.h

  strokeColor

画笔颜色,只取RGB值,丢掉Alpha值

@property (nonatomic, strong) UIColor *strokeColor

Discussion

画笔颜色,只取RGB值,丢掉Alpha值

Declared In

DMKOverlayPathView.h

  lineWidth

画笔宽度,默认为0

@property (nonatomic, assign) CGFloat lineWidth

Discussion

画笔宽度,默认为0

Declared In

DMKOverlayPathView.h