Class SvgColourServer
Inheritance
SvgColourServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
public class SvgColourServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode
Constructors
|
Improve this Doc
View Source
SvgColourServer()
Declaration
|
Improve this Doc
View Source
SvgColourServer(Color)
Declaration
public SvgColourServer(Color colour)
Parameters
| Type |
Name |
Description |
| Color |
colour |
|
Properties
|
Improve this Doc
View Source
Colour
Declaration
public Color Colour { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Declaration
public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Implements
Extension Methods