Managed Windows API
RECT Constructor (left_, top_, right_, bottom_)
NamespacesManagedWinapi.WindowsRECTRECT(Int32, Int32, Int32, Int32)
Creates a new RECT.
Declaration Syntax
C#
public RECT(
	int left_,
	int top_,
	int right_,
	int bottom_
)
Parameters
left_ (Int32)
top_ (Int32)
right_ (Int32)
bottom_ (Int32)

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)