Class SvgDeferredPaintServer
A wrapper for a paint server which isn't defined currently in the parse process,
but should be defined by the time the image needs to render.
Inheritance
SvgDeferredPaintServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgDeferredPaintServerFactory))]
public class SvgDeferredPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode
Constructors
|
Improve this Doc
View Source
SvgDeferredPaintServer()
Declaration
public SvgDeferredPaintServer()
|
Improve this Doc
View Source
SvgDeferredPaintServer(SvgDocument, String)
Declaration
[Obsolete("Will be removed.")]
public SvgDeferredPaintServer(SvgDocument document, string id)
Parameters
| Type |
Name |
Description |
| SvgDocument |
document |
|
| System.String |
id |
|
|
Improve this Doc
View Source
SvgDeferredPaintServer(String)
Declaration
public SvgDeferredPaintServer(string id)
Parameters
| Type |
Name |
Description |
| System.String |
id |
<FuncIRI>, <IRI> or "currentColor".
|
|
Improve this Doc
View Source
SvgDeferredPaintServer(String, SvgPaintServer)
Declaration
public SvgDeferredPaintServer(string id, SvgPaintServer fallbackServer)
Parameters
| Type |
Name |
Description |
| System.String |
id |
<FuncIRI>, <IRI> or "currentColor".
|
| SvgPaintServer |
fallbackServer |
"none", "currentColor" or SvgColourServer server.
|
Properties
|
Improve this Doc
View Source
DeferredId
Declaration
public string DeferredId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Document
Declaration
[Obsolete("Will be removed.")]
public SvgDocument Document { get; set; }
Property Value
|
Improve this Doc
View Source
FallbackServer
Declaration
public SvgPaintServer FallbackServer { get; }
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
EnsureServer(SvgElement)
Declaration
public void EnsureServer(SvgElement styleOwner)
Parameters
|
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
|
Improve this Doc
View Source
TryGet<T>(SvgPaintServer, SvgElement)
Declaration
public static T TryGet<T>(SvgPaintServer server, SvgElement parent)
where T : SvgPaintServer
Parameters
Returns
Type Parameters
Implements
Extension Methods