| QsResourcesAddImage(String, String) Method |
Add an image resource
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public bool AddImage(
string name,
string imgPath
)
Public Function AddImage (
name As String,
imgPath As String
) As Boolean
public:
bool AddImage(
String^ name,
String^ imgPath
)
member AddImage :
name : string *
imgPath : string -> bool
Parameters
- name String
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.AddImage(System.String,System.String)"]
- imgPath String
[Missing <param name="imgPath"/> documentation for "M:QsInformatica.Utils.QsResources.AddImage(System.String,System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.AddImage(System.String,System.String)"]
See Also