set_std_deviation method

set_std_deviation

Sets the values for attribute ‘stdDeviation’.

def set_std_deviation(self, std_deviation_x, std_deviation_y):
    ...
ParameterTypeDescription
std_deviation_xfloatThe X component of attribute ‘stdDeviation’.
std_deviation_yfloatThe Y component of attribute ‘stdDeviation’.

Exceptions

ExceptionDescription
DOMExceptionCode DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.

See Also