IRenderingService public interface IRenderingService Represents a service for creating rendering contexts. Documentation Code IRenderingContext CreateContext(IHtmlCanvasElement host, string contextId) Creates the given context or returns null, if this is not possible. bool IsSupportingContext(string contextId) Checks if the given context is supported.