Method Accept
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Accept(ISvgElementVisitor)
This dispatches the rendering request to the accepted ISvgElementVisitor object.
void Accept(ISvgElementVisitor visitor)
Parameters
visitor
ISvgElementVisitorAn implementation of the ISvgElementVisitor interface, to which the rendering operation is delegated.