NativeRectangle Conversion (NativeRectangle to Rectangle)
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Widening Operator CType (
rect As NativeRectangle
) As Rectangle
Dim input As NativeRectangle
Dim output As Rectangle
output = CType(input, Rectangle)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- rect NativeRectangle
-
The NativeRectangle.
Rectangle
The resulting
Rectangle.