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