ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / ToRectangleF Method

In This Topic
    ToRectangleF Method
    In This Topic
    Converts the current RectangleD to a System.Drawing.RectangleF.
    Syntax
    'Declaration
     
    Public Function ToRectangleF() As System.Drawing.RectangleF
    public System.Drawing.RectangleF ToRectangleF()

    Return Value

    The converted System.Drawing.RectangleF structure.
    See Also