Table of Contents

Method Accept

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Accept(ISvgElementVisitor)

This dispatches the rendering request to the accepted ISvgElementVisitor object.

public void Accept(ISvgElementVisitor visitor)

Parameters

visitor ISvgElementVisitor

An implementation of the ISvgElementVisitor interface, to which the rendering operation is delegated.