Method Visit
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Visit(ISvgCircleElement)
Visits the circle shape element.
void Visit(ISvgCircleElement element)
Parameters
element
ISvgCircleElementAn instance of ISvgCircleElement specifying the circle shape.
Visit(ISvgEllipseElement)
Visits the ellipse shape element.
void Visit(ISvgEllipseElement element)
Parameters
element
ISvgEllipseElementAn instance of ISvgEllipseElement specifying the ellipse shape.
Visit(ISvgLineElement)
Visits the line shape element.
void Visit(ISvgLineElement element)
Parameters
element
ISvgLineElementAn instance of ISvgLineElement specifying the line shape.
Visit(ISvgPathElement)
Visits the path shape element.
void Visit(ISvgPathElement element)
Parameters
element
ISvgPathElementAn instance of ISvgPathElement specifying the path shape.
Visit(ISvgPolygonElement)
Visits the polygon shape element.
void Visit(ISvgPolygonElement element)
Parameters
element
ISvgPolygonElementAn instance of ISvgPolygonElement specifying the polygon shape.
Visit(ISvgPolylineElement)
Visits the polyline shape element.
void Visit(ISvgPolylineElement element)
Parameters
element
ISvgPolylineElementAn instance of ISvgPolylineElement specifying the polyline shape.
Visit(ISvgRectElement)
Visits the rectangle shape element.
void Visit(ISvgRectElement element)
Parameters
element
ISvgRectElementAn instance of ISvgRectElement specifying the rectangle shape.
Visit(ISvgImageElement)
Visits the image
graphics element.
void Visit(ISvgImageElement element)
Parameters
element
ISvgImageElementAn instance of ISvgImageElement specifying the
image
element.
Visit(ISvgUseElement)
Visits the use element.
void Visit(ISvgUseElement element)
Parameters
element
ISvgUseElementAn instance of ISvgUseElement specifying the
use
element.
Visit(ISvgAElement)
Visits the link
element.
void Visit(ISvgAElement element)
Parameters
element
ISvgAElementAn instance of ISvgAElement specifying the
link
element.
Visit(ISvgGElement)
Visits the group
element.
void Visit(ISvgGElement element)
Parameters
element
ISvgGElementAn instance of ISvgGElement specifying the
group
element.
Visit(ISvgSvgElement)
Visits the svg
clipart element.
void Visit(ISvgSvgElement element)
Parameters
element
ISvgSvgElementAn instance of ISvgSvgElement specifying the
svg
clipart element.
Visit(ISvgSwitchElement)
Visits the switch
element.
void Visit(ISvgSwitchElement element)
Parameters
element
ISvgSwitchElementAn instance of ISvgSwitchElement specifying the
switch
element.
Visit(ISvgSymbolElement)
Visits the symbol
element.
void Visit(ISvgSymbolElement element)
Parameters
element
ISvgSymbolElementAn instance of ISvgRectElement specifying the
symbol
element.
Visit(ISvgTextElement)
Visits the text
content element.
void Visit(ISvgTextElement element)
Parameters
element
ISvgTextElementAn instance of ISvgTextElement specifying the
text
content element.
Visit(ISvgTextPathElement)
Visits the text-path
content element.
void Visit(ISvgTextPathElement element)
Parameters
element
ISvgTextPathElementAn instance of ISvgTextPathElement specifying the
text-path
element.
Visit(ISvgTSpanElement)
Visits the text-span
content element.
void Visit(ISvgTSpanElement element)
Parameters
element
ISvgTSpanElementAn instance of ISvgTSpanElement specifying the
text-span
content element.