PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RectangleD Structure / BottomRight Property

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