InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Rect Structure / BottomRight Property

In This Topic
    BottomRight Property (Rect)
    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