Implicit Type Conversion(Rect,Rectangle) Operator
In This Topic
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Rectangle _
) As Rect
public Rect operator implicit(
Rectangle
)
Parameters
- value
- The System.Drawing.Rectangle to convert.
Return Value
The converted
Rect structure.
See Also