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

In This Topic
    GetFace Method (ILayout)
    In This Topic
    Returns face image of ItemContainer instance.
    Syntax
    'Declaration
     
    
    Function GetFace( _
       ByVal itemContainer As Object _
    ) As Image

    Parameters

    itemContainer
    ItemContainer for getting snapshot.

    Return Value

    System.Drawing.Image instance of ItemContainer's snapshot.
    See Also