Gets an
System.Drawing.Image from the application's embedded resources.
'宣言
Public Shared Function GetImageResource( _
ByVal As String _
) As Image
public static Image GetImageResource(
string
)
パラメータ
- name
- Name of the embedded resource that contains the image.
戻り値の型
An
System.Drawing.Image stored with the given name, or null if the image could not be found.