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