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

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