Click or drag to resize

Svg Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
 
Classes
  ClassDescription
Public classSvgAttributeAttribute
Specifies the SVG attribute name of the associated property.
Public classSvgAttributeCollection
A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors.
Public classSvgCircle
An SVG element to render circles to the document.
Public classSvgClipPath
Defines a path that can be used by other ISvgClipable elements.
Public classSvgColourConverter
Converts string representations of colours into Color objects.
Public classSvgColourServer
Public classSvgDefinitionList
Represents a list of re-usable SVG components.
Public classSvgDescription
Public classSvgDocument
The class used to create and load SVG documents.
Public classSvgElement
The base class of which all SVG elements are derived from.
Public classSvgElementAttribute
Specifies the SVG name of an SvgElement.
Public classSvgElementCollection
Represents a collection of SvgElements.
Public classSvgElementIdManager
Provides methods to ensure element ID's are valid and unique.
Public classSvgElementStyle
Public classSvgEllipse
Represents and SVG ellipse element.
Public classSvgException
Public classSvgFragment
An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document.
Public classSvgGradientServer
Provides the base class for all paint servers that wish to render a gradient.
Public classSvgGradientStop
Represents a colour stop in a gradient.
Public classSvgGroup
An element used to group SVG shapes.
Public classSvgLine
Represents and SVG line element.
Public classSvgLinearGradientServer
Public classSvgMask
Public classSvgPaintServer
Represents the base class for all paint servers that are intended to be used as a fill or stroke.
Public classSvgPath
Represents an SVG path element.
Public classSvgPatternServer
A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted.
Public classSvgPolygon
SvgPolygon defines a closed shape consisting of a set of connected straight line segments.
Public classSvgPolyline
SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes.
Public classSvgRadialGradientServer
Public classSvgRectangle
Represents and SVG rectangle that could also have reounded edges.
Public classSvgRenderer
Public classSvgText
The SvgText element defines a graphics element consisting of text.
Public classSvgTextSpan
Public classSvgUnitCollection
Represents a list of [!:SvgUnits].
Public classSvgUnitConverter
Public classSvgUse
Public classSvgVisualElement
The class that all SVG elements should derive from when they are to be rendered.
Structures
  StructureDescription
Public structureSvgPoint
Public structureSvgUnit
Represents a unit in an Scalable Vector Graphics document.
Public structureSvgViewBox
It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability.
Interfaces
  InterfaceDescription
Public interfaceISvgClipable
Defines the methods and properties that an SvgElement must implement to support clipping.
Public interfaceISvgStylable
Defines the methods and properties required for an SVG element to be styled.
Public interfaceISvgTransformable
Represents and element that may be transformed.
Public interfaceISvgViewPort
Provides properties and methods to be implemented by view port elements.
Enumerations
  EnumerationDescription
Public enumerationSvgClipRule
Indicates the algorithm which is to be used to determine the clipping region.
Public enumerationSvgCoordinateUnits
Defines the various coordinate units certain SVG elements may use.
Public enumerationSvgFillRule
Public enumerationSvgGradientSpreadMethod
Public enumerationSvgStrokeLineCap
Public enumerationSvgStrokeLineJoin
Public enumerationSvgTextAnchor
Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point.
Public enumerationSvgUnitType
Defines the various types of unit an SvgUnit can be.