PathInfoSvg Structure

An SVG representation of a path.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.Utility.MapPathInfoSvg

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public struct PathInfoSvg : IEquatable<PathInfoSvg>

The PathInfoSvg type exposes the following members.

Constructors
 NameDescription
Public methodPathInfoSvg Initializes a new instance of the PathInfoSvg structure.
Top
Properties
 NameDescription
Public propertyAlternateNames Gets the alternate names of the path.
Public propertyContextData Gets the context data of the path.
Public propertyId Gets the ID of the path.
Public propertyName Gets the name of the path.
Public propertySvgPathString Gets the string representation of the path as an SVG.
Top
Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PathInfoSvg)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PathInfoSvg, PathInfoSvg) Determines if two PathInfoSvg structures are equal.
Public operatorStatic memberInequality(PathInfoSvg, PathInfoSvg) Determines if two PathInfoSvg structures are not equal.
Top
See Also