documentationfor yFiles for HTML 3.0.0.3

HtmlCanvasVisual

Base class for Visuals that use an HTMLCanvasElement for the visualization to render into a CanvasRenderingContext2D.

Inheritance Hierarchy
Visual
HtmlCanvasVisual

Remarks

Note that instances of this class cannot be used anywhere where a Visual is required. The visualization is implemented by the render method. This means that this kind of visual does not work in a SvgVisualGroup and wrapping the visual will not work as there is no SVGElement that could be put into another SVG container. These kind of visuals can be used at the top-level of a CanvasComponent's IRenderTreeElements, only.

Type Details

yFiles module
view

See Also

Constructors

Methods