Click or drag to resize

RECT   Conversion (RECT to Rectangle)

Converts a RECT to a Rectangle struct.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static implicit operator Rectangle (
	RECT pRect
)

Parameters

pRect  RECT
The RECT to convert.

Return Value

Rectangle
The result of the operation.
See Also