[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaint

SvgPaint Class

Represents an SVG paint.

Inheritance
SvgPaint
Implements
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgPaint : IEquatable<SvgPaint>
Public Class SvgPaint
    Implements IEquatable(Of SvgPaint)

Constructors

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.

Fields

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.

Properties

Name Description
Color

Gets a solid color.

Href

Gets a reference to a paint server element.

PaintType

Gets the type of this SVG paint.

Methods

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.