ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Implicit Type Conversion Operator

In This Topic
    Implicit Type Conversion Operator (Rect)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal rect As RectangleF _
    ) As Rect
    public Rect operator implicit( 
       RectangleF rect
    )

    Parameters

    rect
    See Also