Table of Contents

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

shearX float

The horizontal shear factor.

shearY float

The vertical shear factor.

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 float

The horizontal shear factor.

shearY float

The vertical shear factor.

order SvgTransformOrder

A SvgTransformOrder that specifies the order (append or prepend) in which the shear is applied.