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

In This Topic
    ToRectangle Method
    In This Topic
    Converts the current Rect to a System.Drawing.Rectangle.
    Syntax
    'Declaration
     
    Public Function ToRectangle() As Rectangle
    public Rectangle ToRectangle()

    Return Value

    The converted System.Drawing.Rectangle structure.
    See Also