SWICFFITests.RECT.RECT C# (CSharp) 메소드

RECT() 공개 메소드

public RECT ( System r ) : System
r System
리턴 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