ShapeInfoSvg Structure

An SVG representation of a shape.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.Utility.MapShapeInfoSvg

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 ShapeInfoSvg : IEquatable<ShapeInfoSvg>

The ShapeInfoSvg type exposes the following members.

Constructors
 NameDescription
Public methodShapeInfoSvg Initializes a new instance of the ShapeInfoSvg structure.
Top
Properties
 NameDescription
Public propertyAlternateNames Gets the alternate names of the shape.
Public propertyContextData Gets the context data of the shape.
Public propertyId Gets the ID of the shape.
Public propertyName Gets the name of the shape.
Public propertySvgShapeString Gets the string representation of the shape as an SVG.
Top
Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(ShapeInfoSvg)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(ShapeInfoSvg, ShapeInfoSvg) Determine if two ShapeInfoSvg structures are equal.
Public operatorStatic memberInequality(ShapeInfoSvg, ShapeInfoSvg) Determine if two ShapeInfoSvg structures are not equal.
Top
See Also