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