ShapeWithStrokeState
public protocol ShapeWithStrokeState : AnyObject
Like ShapeWithStandardState
, but ignores UserSettings.fillColor
.
-
Declaration
Swift
var strokeColor: UIColor { get set }
-
Declaration
Swift
var strokeWidth: CGFloat { get set }
-
apply(userSettings:
Extension method) Declaration
Swift
public func apply(userSettings: UserSettings)