Click or drag to resize

RECT Constructor (Rectangle)

Construct a RECT struct from a Rectangle

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public RECT(
	Rectangle r
)

Parameters

r
Type: System.DrawingRectangle
The Rectangle to process.
See Also