NativeSize Conversion (NativeSize to Size)
Performs an implicit conversion from
NativeSize to
Size.
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 static implicit operator Size (
NativeSize size
)
Public Shared Widening Operator CType (
size As NativeSize
) As Size
Dim input As NativeSize
Dim output As Size
output = CType(input, Size)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- size NativeSize
-
The NativeSize.
Size
The resulting
Size.