FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Interop Namespace / Rect Structure / BottomRight Property

In This Topic
    BottomRight Property
    In This Topic
    Gets the coordinates of the bottom right corner of the current Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property BottomRight As Point
    public Point BottomRight {get;}
    See Also