CanvasPath
open class CanvasPath : UIBezierPath
The CanvasPath
class extends UIBezierPath
by adding stroke and fill colors.
Seealso
CanvasView
-
The stroke color.
Declaration
Swift
open var strokeColor: UIColor?
-
The fill color.
Declaration
Swift
open var fillColor: UIColor?