RECT Conversion (RECT to Rectangle) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static implicit operator Rectangle (
RECT pRect
)
Public Shared Widening Operator CType (
pRect As RECT
) As Rectangle
static implicit operator Rectangle (
RECT pRect
)
F# does not support the declaration of new casting operators.
Parameters
- pRect
- Type: Jam.ShellRECT
The RECT to convert.
Return Value
Type:
RectangleThe result of the operation.
See Also