Click or drag to resize

QsResourcesAddSvgImage Method

Add the SvgImage object. Pass the "SvgImage.FromFile" as file reader

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool AddSvgImage(
	string name,
	string svgFilePath
)

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