Classes | |
| class | AspectRatio |
| Description of SvgAspectRatio. More... | |
| class | DOMPoint |
| a 2D or 3D DOM point, used primarily by SVG. More... | |
| class | PathString |
| Handles the SVG path string data. More... | |
| class | RenderContext |
| Used to describe how to render an SVG and where to. More... | |
| class | CircleProvider |
| A circle. More... | |
| class | EllipseProvider |
| An SVG ellipse. More... | |
| class | LineProvider |
| An SVG line. More... | |
| class | PolygonProvider |
| An SVG polygon. More... | |
| class | RectangleProvider |
| An SVG rectangle. More... | |
| class | ShapeProvider |
| Provides shapes to the CSS system. Primarily used by SVG. More... | |
| class | SVG |
| An SVG image. Note that the ordinary HTML node system loads the actual nodes of the SVG. More... | |
| class | SVGAnimatedLength |
| An animated SVG length. More... | |
| interface | SVGAnimatedPoints |
| class | SVGDocument |
| An SVG document is used when an SVG is displayed standalone (i.e. not inline inside a web page) More... | |
| class | SVGElement |
| A base class for all SVG tag types. This is used to distictively identify them. More... | |
| class | SVGFormat |
| Represents the SVG Image format. More... | |
| class | SVGLength |
| A number optionally associated to a particular element. More... | |
| class | SVGLengthList |
| A list of SVG numbers. More... | |
| class | SVGListInterface< T > |
| The base interface for SVG lists. More... | |
| class | SVGSerializable |
| interface | ISVGListable |
| A node which can be present in an SVG list. More... | |
| class | SVGNamespace |
| The SVG namespace attribute as used by all SVG nodes. More... | |
| class | SVGNumber |
| A number optionally associated to a particular element. More... | |
| class | SVGNumberList |
| A list of SVG numbers. More... | |
| class | SVGPointList |
| A list of points. More... | |
| class | SVGTextNode |
| An SVG element which represents renderable text. More... | |
| class | SVGAltGlyphElement |
| An SVG altglyph tag. More... | |
| class | SVGClipPathElement |
| Defines a path that can be used by other elements. More... | |
| class | SVGDefsElement |
| Represents a list of re-usable SVG components (defs). More... | |
| class | SVGDescElement |
| The SVG desc tag. More... | |
| class | SVGFEBlendElement |
| The feBlend element. More... | |
| class | SVGFEFloodElement |
| The feBlend element. More... | |
| class | SVGFilterElement |
| Represents a list of re-usable SVG components (filter). More... | |
| class | SVGFilterPrimitiveStandardAttributes |
| The base of all fe* elements (such as feBlend). More... | |
| class | SVGFontElement |
| The SVG font tag. More... | |
| class | SVGFontFaceElement |
| The SVG font-face tag. More... | |
| class | SVGFontFaceSrcElement |
| Represents the font-face-src tag. More... | |
| class | SVGFontFaceUriElement |
| Represents the font-face-uri tag. More... | |
| class | SVGForeignObjectElement |
| The SVG foreignObject tag. More... | |
| class | SVGGElement |
| The SVG g(roup) tag. More... | |
| class | SVGGeometryElement |
| Shared functionality for SVG geometry elements (path, circle etc). More... | |
| class | SVGGlyphElement |
| The SVG glyph tag. More... | |
| class | SVGGraphicsElement |
| An element which generates SVG graphics. More... | |
| class | SVGKernElement |
| The SVG kern tag. More... | |
| class | SVGVKernElement |
| The SVG vertical kern tag. More... | |
| class | SVGHKernElement |
| The SVG horizontal kern tag. More... | |
| class | SVGMaskElement |
| The SVG mask element. More... | |
| class | SVGMetadataElement |
| The SVG metadata element. More... | |
| class | SVGMissingGlyphElement |
| The SVG metadata element. More... | |
| class | SVGPathElement |
| The SVG path tag. More... | |
| class | SVGCircleElement |
| An SVG circle tag. More... | |
| class | SVGEllipseElement |
| An SVG ellipse tag. More... | |
| class | SVGLineElement |
| An SVG line tag. More... | |
| class | SVGPolygonElement |
| An SVG polygon tag. More... | |
| class | SVGPolylineElement |
| An SVG polyline tag. More... | |
| class | SVGRectangleElement |
| An SVG rect tag. More... | |
| class | SVGStopElement |
| An SVG stop tag. More... | |
| class | SVGSVGElement |
| The parent SVG tag. More... | |
| class | SVGSwitchElement |
| An SVG switch tag. More... | |
| class | SVGSymbolElement |
| The SVG symbol tag. More... | |
| class | SVGTextElement |
| An SVG text tag. More... | |
| class | SVGTextContentElement |
| The base of SVG text tags. More... | |
| class | SVGTextPathElement |
| The parent SVG tag. More... | |
| class | SVGTextPositioningElement |
| An SVG text positioning element. It positions individual text glyphs. More... | |
| class | SVGTRefElement |
| A text reference tag. More... | |
| class | SVGTSpanElement |
| The SVG text span element. More... | |
| class | SVGTitleElement |
| The SVG title element. More... | |
| class | SVGUseElement |
| Represents the use tag. More... | |
| class | ValueHelpers |
| Provides functionality for working with various valuetypes found in SVG. More... | |
| class | ViewportAxis |
| Provides viewport relative axis values for use with e.g. Css.Value.GetDecimal. They describe what relative units like % are actually relative to (the viewport, in this case). More... | |
| enum Svg.ClipRule |
Indicates the algorithm which is to be used to determine the clipping region.
This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray.
| enum Svg.CoordinateUnits |
| enum Svg.Overflow |
| enum Svg.TextAnchor |
Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point.
| enum Svg.TextPathMethod |
| enum Svg.TextPathSpacing |