InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ResourceLoader Class / GetImage Method / GetImage(String) Method
The case-insensitive name of the requested image.

In This Topic
    GetImage(String) Method
    In This Topic
    Loads an image from the entry assembly.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetImage( _
       ByVal name As String _
    ) As Image
    public static Image GetImage( 
       string name
    )

    Parameters

    name
    The case-insensitive name of the requested image.

    Return Value

    The System.Drawing.Image if it is found; null otherwise.
    See Also