Svg.Transforms.SvgShear.SvgShear C# (CSharp) Method

SvgShear() public method

public SvgShear ( float x ) : System
x float
return System
        public SvgShear(float x) : this(x, x) { }

Same methods

SvgShear::SvgShear ( float x, float y ) : System