Reports for WinForms | ComponentOne
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 RectangleF
    public RectangleF ToRectangleF()

    Return Value

    The converted System.Drawing.RectangleF structure.
    See Also