FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Interop Namespace / Rect Structure / ToRectangleF Method

In This Topic
    ToRectangleF Method
    In This Topic
    Converts the current Rect 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