Class SvgPatternServer
A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted.
Inheritance
SvgPatternServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("pattern")]
public class SvgPatternServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort
Properties
|
Improve this Doc
View Source
AspectRatio
Gets or sets the aspect of the viewport.
Declaration
public SvgAspectRatio AspectRatio { get; set; }
Property Value
|
Improve this Doc
View Source
Height
Gets or sets the height of the pattern.
Declaration
public SvgUnit Height { get; set; }
Property Value
|
Improve this Doc
View Source
InheritGradient
Gets or sets another gradient fill from which to inherit the stops from.
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public SvgDeferredPaintServer InheritGradient { get; set; }
Property Value
|
Improve this Doc
View Source
Overflow
Declaration
public SvgOverflow Overflow { get; set; }
Property Value
|
Improve this Doc
View Source
PatternContentUnits
Gets or sets the width of the pattern.
Declaration
public SvgCoordinateUnits PatternContentUnits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SvgTransformCollection PatternTransform { get; set; }
Property Value
|
Improve this Doc
View Source
PatternUnits
Gets or sets the width of the pattern.
Declaration
public SvgCoordinateUnits PatternUnits { get; set; }
Property Value
|
Improve this Doc
View Source
ViewBox
Specifies a supplemental transformation which is applied on top of any
transformations necessary to create a new pattern coordinate system.
Declaration
public SvgViewBox ViewBox { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Gets or sets the width of the pattern.
Declaration
public SvgUnit Width { get; set; }
Property Value
|
Improve this Doc
View Source
X
Gets or sets the X-axis location of the pattern.
Declaration
public SvgUnit X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Gets or sets the Y-axis location of the pattern.
Declaration
public SvgUnit Y { 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
GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Gets a representing the current paint server.
Declaration
public override Brush GetBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke = false)
Parameters
Returns
Overrides
Implements
Extension Methods