Namespace TheArtOfDev.HtmlRenderer.Core
Classes
- HtmlContainerInt
Low level handling of Html Renderer logic.
Allows html layout and rendering without association to actual control, those allowing to handle html rendering on any graphics object.
Using this class will require the client to handle all propagation's of mouse/keyboard events, layout/paint calls, scrolling offset, location/size/rectangle handling and UI refresh requests.
- HtmlRendererUtils
General utilities.