init(strokes:)
Creates a drawing object and populates it with a sequence of strokes the user provides.
Declaration
init<S>(strokes: S) where S : Sequence, S.Element == PKStrokeParameters
- strokes:
A sequence of Pkstroke Swift.struct elements.
Creates a drawing object and populates it with a sequence of strokes the user provides.
init<S>(strokes: S) where S : Sequence, S.Element == PKStrokeA sequence of Pkstroke Swift.struct elements.