PathInfoSvg Structure

An SVG representation of a path.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.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 methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines if two PathInfoSvg structures are equal.
Public operatorStatic memberInequality
Determines if two PathInfoSvg structures are not equal.
Top
See Also