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
shearXfloatThe horizontal shear factor.
shearYfloatThe vertical shear factor.
orderSvgTransformOrderA SvgTransformOrder that specifies the order (append or prepend) in which the shear is applied.