Explicit Type Conversion(RectD,Rect) Operator
In This Topic
Performs an explicit conversion from
C1.Win.Interop.Rect to
RectD.
Syntax
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As Rect _
) As RectD
public RectD operator explicit(
Rect
)
Parameters
- rc
See Also