Table of Contents

Method Visit

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

Visit(ISvgCircleElement)

Visits the circle shape element.

void Visit(ISvgCircleElement element)

Parameters

element ISvgCircleElement

An instance of ISvgCircleElement specifying the circle shape.

Visit(ISvgEllipseElement)

Visits the ellipse shape element.

void Visit(ISvgEllipseElement element)

Parameters

element ISvgEllipseElement

An instance of ISvgEllipseElement specifying the ellipse shape.

Visit(ISvgLineElement)

Visits the line shape element.

void Visit(ISvgLineElement element)

Parameters

element ISvgLineElement

An instance of ISvgLineElement specifying the line shape.

Visit(ISvgPathElement)

Visits the path shape element.

void Visit(ISvgPathElement element)

Parameters

element ISvgPathElement

An instance of ISvgPathElement specifying the path shape.

Visit(ISvgPolygonElement)

Visits the polygon shape element.

void Visit(ISvgPolygonElement element)

Parameters

element ISvgPolygonElement

An instance of ISvgPolygonElement specifying the polygon shape.

Visit(ISvgPolylineElement)

Visits the polyline shape element.

void Visit(ISvgPolylineElement element)

Parameters

element ISvgPolylineElement

An instance of ISvgPolylineElement specifying the polyline shape.

Visit(ISvgRectElement)

Visits the rectangle shape element.

void Visit(ISvgRectElement element)

Parameters

element ISvgRectElement

An instance of ISvgRectElement specifying the rectangle shape.

Visit(ISvgImageElement)

Visits the image graphics element.

void Visit(ISvgImageElement element)

Parameters

element ISvgImageElement

An instance of ISvgImageElement specifying the image element.

Visit(ISvgUseElement)

Visits the use element.

void Visit(ISvgUseElement element)

Parameters

element ISvgUseElement

An instance of ISvgUseElement specifying the use element.

Visit(ISvgAElement)

Visits the link element.

void Visit(ISvgAElement element)

Parameters

element ISvgAElement

An instance of ISvgAElement specifying the link element.

Visit(ISvgGElement)

Visits the group element.

void Visit(ISvgGElement element)

Parameters

element ISvgGElement

An instance of ISvgGElement specifying the group element.

Visit(ISvgSvgElement)

Visits the svg clipart element.

void Visit(ISvgSvgElement element)

Parameters

element ISvgSvgElement

An instance of ISvgSvgElement specifying the svg clipart element.

Visit(ISvgSwitchElement)

Visits the switch element.

void Visit(ISvgSwitchElement element)

Parameters

element ISvgSwitchElement

An instance of ISvgSwitchElement specifying the switch element.

Visit(ISvgSymbolElement)

Visits the symbol element.

void Visit(ISvgSymbolElement element)

Parameters

element ISvgSymbolElement

An instance of ISvgRectElement specifying the symbol element.

Visit(ISvgTextElement)

Visits the text content element.

void Visit(ISvgTextElement element)

Parameters

element ISvgTextElement

An instance of ISvgTextElement specifying the text content element.

Visit(ISvgTextPathElement)

Visits the text-path content element.

void Visit(ISvgTextPathElement element)

Parameters

element ISvgTextPathElement

An instance of ISvgTextPathElement specifying the text-path element.

Visit(ISvgTSpanElement)

Visits the text-span content element.

void Visit(ISvgTSpanElement element)

Parameters

element ISvgTSpanElement

An instance of ISvgTSpanElement specifying the text-span content element.