Class SvgFlood
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feFlood")]
public class SvgFlood : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
FloodColor
Declaration
public virtual SvgPaintServer FloodColor { get; set; }
Property Value
|
Improve this Doc
View Source
FloodOpacity
Declaration
public virtual float FloodOpacity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
Overrides
Implements
Extension Methods