[]
        
(Showing Draft Content)

C1.Framework.Element.GetBitmapResource

GetBitmapResource Method

GetBitmapResource(string)

Gets a Bitmap from the application's embedded resources.

Declaration
public static Bitmap GetBitmapResource(string name)
Parameters
Type Name Description
string name

Name of the embedded resource that contains the bitmap.

Returns
Type Description
Bitmap

A Bitmap stored with the given name, or null if the image could not be found.