Skip to content

DrawnPathInRect

PingAK9 edited this page Nov 26, 2020 · 1 revision

DrawnPathInRect

public struct DrawnPathInRect: GraphicsDrawing, Equatable

Inheritance

Equatable, GraphicsDrawing

Initializers

init(path:in:)

public init(path: DrawnPath, in rect: CGRect)

Properties

inRect

let inRect: CGRect

path

let path: DrawnPath

Methods

draw(in:canvasSize:)

public func draw(in context: CGContext, canvasSize: CGSize)
Clone this wiki locally