radiusX property

Specifies the thickening or thinning you want to apply in the X direction.

This property is read-only.

 

Syntax

HRESULT get_radiusX(
  [out] SVGAnimatedNumber **ptr
);

Property values

Type: SVGAnimatedNumber

Positive number.

Standards information

Remarks

For markup, you can use the radius property to combine the ISVGFEMorphologyElement::radiusX and ISVGFEMorphologyElement::radiusY properties.

The number must be positive. If no number is supplied, the value is zero. If the value is zero, the filter primitive is disabled and the resulting image is transparent black.