SharpVectors.Dom.Svg.SvgRect.SvgRect C# (CSharp) Method

SvgRect() public method

public SvgRect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
return System
        public SvgRect(double x, double y, double width, double height)
        {
            this.x = x;
            this.y = y;
            this.width = width;
            this.height = height;
        }

Same methods

SvgRect::SvgRect ( RectangleF rect ) : System
SvgRect::SvgRect ( string str ) : System