QsResources.GetImage Method

QsInformatica.Utils

QsResourcesGetImage Method

Get a resource image given the name (normally with the extension)

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public Image GetImage(
	string name
)
Public Function GetImage ( 
	name As String
) As Image
public:
Image^ GetImage(
	String^ name
)
member GetImage : 
        name : string -> Image 

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.GetImage(System.String)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.GetImage(System.String)"]

See Also