Explicit Type Conversion(RectL,Rectangle) Operator
In This Topic
Performs an explicit conversion from
System.Drawing.Rectangle to
RectL.
Syntax
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As System.Drawing.Rectangle _
) As RectL
public RectL operator explicit(
System.Drawing.Rectangle
)
Parameters
- rc
See Also