public static implicit operator NativeSize (
Size size
)
Public Shared Widening Operator CType (
size As Size
) As NativeSize
Dim input As Size
Dim output As NativeSize
output = CType(input, NativeSize)
static implicit operator NativeSize (
Size size
)
No code example is currently available or this language may not be supported.