[]
Represents an SVG paint.
public class SvgPaint : IEquatable<SvgPaint>
Public Class SvgPaint
Implements IEquatable(Of SvgPaint)
Name | Description |
---|---|
SvgPaint(HslColor) | Initializes a new instance of the SvgPaint class from HslColor. |
SvgPaint(SvgColor) | Initializes a new instance of the SvgPaint class from SvgColor. |
SvgPaint(SvgReference) | Initializes a new instance of the SvgPaint class from SvgReference. |
SvgPaint(SvgReference, SvgColor) | Initializes a new instance of the SvgPaint class from SvgReference and SvgColor. |
SvgPaint(Color) | Initializes a new instance of the SvgPaint class from Color. |
Name | Description |
---|---|
Black | Represents a solid black color. |
ContextFill | Represents the 'context-fill' value. |
ContextStroke | Represents the 'context-stroke' value. |
None | Represents the 'none' value. |
Name | Description |
---|---|
Color | Gets a solid color. |
Href | Gets a reference to a paint server element. |
PaintType | Gets the type of this SVG paint. |
Name | Description |
---|---|
Equals(SvgPaint) | Determines whether the specified SvgPaint is equal to this instance. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns a hash code for the current SvgPaint. |
ToString() | Returns a string that represents the current SvgPaint. |