Renderer
public protocol Renderer
Renders its information onto the given layer with a given configuration.
-
Undocumented
Declaration
Swift
associatedtype Configuration -
Undocumented
Declaration
Swift
associatedtype GraphicalContext -
Render contents in a given
context, with a givenconfiguration.Declaration
Swift
func render(in context: GraphicalContext, with configuration: Configuration)
View on GitHub
Install in Dash
Renderer Protocol Reference