Table of Contents

Interface ISvgElementVisitorTarget

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

A host target of the element visitor. Each renderable SVG element implements this interface.

public interface ISvgElementVisitorTarget

Methods

Accept(ISvgElementVisitor)

This dispatches the rendering request to the accepted ISvgElementVisitor object.