Interface IGraphicsRendererBase
public interface IGraphicsRendererBase
Methods
Draw(RenderDrawContext)
Draws this renderer with the specified context. See remarks.
void Draw(RenderDrawContext context)
Parameters
context
RenderDrawContextThe context.
Remarks
The method Initialize(RenderContext) should be called automatically by the implementation if it was not done before the first draw.