Loads an image from the entry assembly.
'宣言
Public Overloads Shared Function GetImage( _
ByVal As String _
) As Image
public static Image GetImage(
string
)
パラメータ
- name
- The case-insensitive name of the requested image.
戻り値の型
The
System.Drawing.Image if it is found; null otherwise.