ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ResourceLoader Class / GetImage Method / GetImage(Assembly,String) Method
An System.Reflection.Assembly to load image from.
The case-insensitive name of the requested image.

In This Topic
    GetImage(Assembly,String) Method
    In This Topic
    Loads an image from the specified assembly.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetImage( _
       ByVal a As System.Reflection.Assembly, _
       ByVal name As System.String _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetImage( 
       System.Reflection.Assembly a,
       System.string name
    )

    Parameters

    a
    An System.Reflection.Assembly to load image from.
    name
    The case-insensitive name of the requested image.

    Return Value

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