| QsResourcesAddSvgImage Method |
Add the SvgImage object. Pass the "SvgImage.FromFile" as file reader
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public bool AddSvgImage(
string name,
string svgFilePath
)
Public Function AddSvgImage (
name As String,
svgFilePath As String
) As Boolean
public:
bool AddSvgImage(
String^ name,
String^ svgFilePath
)
member AddSvgImage :
name : string *
svgFilePath : string -> bool
Parameters
- name String
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.AddSvgImage(System.String,System.String)"]
- svgFilePath String
[Missing <param name="svgFilePath"/> documentation for "M:QsInformatica.Utils.QsResources.AddSvgImage(System.String,System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.AddSvgImage(System.String,System.String)"]
See Also