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

SvgRect() public method

public SvgRect ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System
        public SvgRect(RectangleF rect)
        {
            this.x = rect.X;
            this.y = rect.Y;
            this.width = rect.Width;
            this.height = rect.Height;
        }

Same methods

SvgRect::SvgRect ( double x, double y, double width, double height ) : System
SvgRect::SvgRect ( string str ) : System