[]
        
(Showing Draft Content)

C1.Framework.Element.GetImageResource

GetImageResource Method

GetImageResource(string)

Gets an Image from the application's embedded resources.

Declaration
public static Image GetImageResource(string name)
Parameters
Type Name Description
string name

Name of the embedded resource that contains the image.

Returns
Type Description
Image

An Image stored with the given name, or null if the image could not be found.