RECT Conversion (RECT to Rectangle) |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 RECT
- The RECT to convert.
Return Value
RectangleThe result of the operation.
See Also