BExplorer.Shell.Interop.User32.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

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