Class SvgFallbackPaintServer
A wrapper for a paint server has a fallback if the primary server doesn't work.
Inheritance
SvgFallbackPaintServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[Obsolete("Will be removed.Use SvgDeferredPaintServer class instead.")]
public class SvgFallbackPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode
Constructors
|
Improve this Doc
View Source
SvgFallbackPaintServer()
Declaration
public SvgFallbackPaintServer()
|
Improve this Doc
View Source
SvgFallbackPaintServer(SvgPaintServer, IEnumerable<SvgPaintServer>)
Declaration
public SvgFallbackPaintServer(SvgPaintServer primary, IEnumerable<SvgPaintServer> fallbacks)
Parameters
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
GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Declaration
public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false)
Parameters
Returns
Overrides
Implements
Extension Methods