Class SvgFilterPrimitive
Inheritance
SvgFilterPrimitive
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
public abstract class SvgFilterPrimitive : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Fields
|
Improve this Doc
View Source
BackgroundAlpha
Declaration
public const string BackgroundAlpha = "BackgroundAlpha"
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
BackgroundImage
Declaration
public const string BackgroundImage = "BackgroundImage"
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
FillPaint
Declaration
public const string FillPaint = "FillPaint"
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
SourceAlpha
Declaration
public const string SourceAlpha = "SourceAlpha"
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
SourceGraphic
Declaration
public const string SourceGraphic = "SourceGraphic"
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StrokePaint
Declaration
public const string StrokePaint = "StrokePaint"
Field Value
| Type |
Description |
| System.String |
|
Properties
|
Improve this Doc
View Source
Height
Declaration
public SvgUnit Height { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Input { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Owner
Declaration
protected SvgFilter Owner { get; }
Property Value
|
Improve this Doc
View Source
Result
Declaration
public string Result { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Width
Declaration
public SvgUnit Width { get; set; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public SvgUnit X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public SvgUnit Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public abstract void Process(ImageBuffer buffer)
Parameters
Implements
Extension Methods