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