Click or drag to resize

QsResourcesGetSvgImage Method

Get a resource svgimage as object given the name (normally with the extension) pass the DevExpress "SvgImage.FromStream" method and cast to SvgImage

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public Object GetSvgImage(
	string name,
	Func<Stream, Object> streamReader
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.GetSvgImage(System.String,System.Func{System.IO.Stream,System.Object})"]

streamReader  FuncStream, Object

[Missing <param name="streamReader"/> documentation for "M:QsInformatica.Utils.QsResources.GetSvgImage(System.String,System.Func{System.IO.Stream,System.Object})"]

Return Value

Object

[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.GetSvgImage(System.String,System.Func{System.IO.Stream,System.Object})"]

See Also