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