Method Shear
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Shear(float, float)
Applies the specified shear vector to this SvgTransformF by prepending the shear vector.
public void Shear(float shearX, float shearY)
Parameters
Shear(float, float, SvgTransformOrder)
Applies the specified shear vector to this SvgTransformF in the specified order.
public void Shear(float shearX, float shearY, SvgTransformOrder order)
Parameters
shearX
floatThe horizontal shear factor.
shearY
floatThe vertical shear factor.
order
SvgTransformOrderA SvgTransformOrder that specifies the order (append or prepend) in which the shear is applied.