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