DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / GetBounds Method
ItemContainer for getting bounds.

In This Topic
    GetBounds Method (ILayout)
    In This Topic
    Returns System.Drawing.Rectangle bounds of the ItemContainer.
    Syntax
    'Declaration
     
    
    Function GetBounds( _
       ByVal itemContainer As Object _
    ) As Rectangle

    Parameters

    itemContainer
    ItemContainer for getting bounds.

    Return Value

    System.Drawing.Rectangle bounds of the ItemContainer.
    See Also