Click or drag to resize

RECT(Int32, Int32, Int32, Int32) Constructor

Construct a RECT struct from a Rectangle

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

Parameters

x  Int32
X position of the rectangle
y  Int32
Y position of the rectangle
width  Int32
Width of the rectangle
height  Int32
Height of the rectangle
See Also