Loads an image from the entry assembly.
'Declaration
Public Overloads Shared Function GetImage( _
ByVal As String _
) As Image
public static Image GetImage(
string
)
Parameters
- name
- The case-insensitive name of the requested image.
Return Value
The
System.Drawing.Image if it is found; null otherwise.