SVGFEGaussianBlurElement.SetStdDeviation

SVGFEGaussianBlurElement.SetStdDeviation method

Establece los valores para el atributo �stdDeviation�.

public void SetStdDeviation(float stdDeviationX, float stdDeviationY)
ParámetroEscribeDescripción
stdDeviationXSingleEl componente X del atributo �stdDeviation�.
stdDeviationYSingleEl componente Y del atributo �stdDeviation�.

Excepciones

excepcióncondición
DOMExceptionCódigoNO_MODIFICATION_ALLOWED_ERR . Provocado en un intento de cambiar el valor de un atributo de solo lectura.

Ver también