Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Coordinates.SvgColor

Summary

Describes an SVG color with optional opacity information.

Constructors

SvgColor(string color = null, string opacity = null)
Constructor.

Instance methods

void
Deconstruct(out string color, out string opacity)
Deconstructor.
bool
Equals(object obj)
  • Overrides: object.Equals(object)
Refer to the documentation for object.Equals.
boolRefer to the documentation for IEquatable<SvgColor>.Equals.
int
  • Overrides: object.GetHashCode()
Refer to the documentation for object.GetHashCode.
string
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Operators

SvgColorImplicitly converts a string (containing an SVG color) to an opaque SvgColor.

Instance properties

stringDetermines the SVG color, or null to use a default color.
stringDetermines the SVG fill opacity, or null to omit the attribute.