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