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