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

SvgScale() public method

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

Same methods

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