SVGTransform.SetSkewY

SVGTransform.SetSkewY method

Sets the transform type to SVG_TRANSFORM_SKEWY, with parameter angle defining the amount of skew.

public void SetSkewY(float angle)
ParameterTypeDescription
angleSingleThe skew angle.

Exceptions

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

See Also