SWICFFITests.RECT.RECT C# (CSharp) Method

RECT() public method

public RECT ( System r ) : System
r System
return System
        public RECT(System.Drawing.Rectangle r)
            : this(r.Left, r.Top, r.Right, r.Bottom)
        {
        }

Same methods

RECT::RECT ( int left, int top, int right, int bottom ) : System