Click or drag to resize

RECT Constructor (Int32, Int32, Int32, Int32)

Construct a RECT struct from a Rectangle

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public RECT(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
X position of the rectangle
y
Type: SystemInt32
Y position of the rectangle
width
Type: SystemInt32
Width of the rectangle
height
Type: SystemInt32
Height of the rectangle
See Also