| QsResourcesGetImage Method |
Get a resource image given the name (normally with the extension)
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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