| QsResourcesGetImage Method |
Get a resource image given the name (normally with the extension)
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.GetImage(System.String)"]
Return Value
Image[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.GetImage(System.String)"]
See Also