Class SVGFEMorphologyElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGFEMorphologyElement interface corresponds to the feMorphology element.
[Value("SVGFEMorphologyElement")]
public class SVGFEMorphologyElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
- Inheritance
-
SVGFEMorphologyElement
- Implements
- Inherited Members
Remarks
Constructors
SVGFEMorphologyElement()
public SVGFEMorphologyElement()
Fields
SVG_MORPHOLOGY_OPERATOR_DILATE
[Value("SVG_MORPHOLOGY_OPERATOR_DILATE")]
public const ushort SVG_MORPHOLOGY_OPERATOR_DILATE = 2
Field Value
SVG_MORPHOLOGY_OPERATOR_ERODE
[Value("SVG_MORPHOLOGY_OPERATOR_ERODE")]
public const ushort SVG_MORPHOLOGY_OPERATOR_ERODE = 1
Field Value
SVG_MORPHOLOGY_OPERATOR_UNKNOWN
[Value("SVG_MORPHOLOGY_OPERATOR_UNKNOWN")]
public const ushort SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0
Field Value
Properties
In1
The in1 read-only property of the SVGFEMorphologyElement interface reflects the {{SVGAttr("in")}} attribute of the given {{SVGElement("feMorphology")}} element.
[Value("in1")]
public SVGAnimatedString In1 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.
Remarks
Operator
The operator read-only property of the SVGFEMorphologyElement interface reflects the {{SVGAttr("operator")}} attribute of the given {{SVGElement("feMorphology")}} element. It takes one of the SVG_MORPHOLOGY_OPERATOR_* constants defined on this interface.
[Value("operator")]
public SVGAnimatedEnumeration Operator { get; }
Property Value
- SVGAnimatedEnumeration
An SVGAnimatedEnumeration object.
Remarks
RadiusX
The radiusX read-only property of the SVGFEMorphologyElement interface reflects the X component of the {{SVGAttr("radius")}} attribute of the given {{SVGElement("feMorphology")}} element.
[Value("radiusX")]
public SVGAnimatedNumber RadiusX { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.
Remarks
RadiusY
The radiusY read-only property of the SVGFEMorphologyElement interface reflects the Y component of the {{SVGAttr("radius")}} attribute of the given {{SVGElement("feMorphology")}} element.
[Value("radiusY")]
public SVGAnimatedNumber RadiusY { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.