| 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.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public Object GetSvgImage(
string name,
Func<Stream, Object> streamReader
)
Public Function GetSvgImage (
name As String,
streamReader As Func(Of Stream, Object)
) As Object
public:
Object^ GetSvgImage(
String^ name,
Func<Stream^, Object^>^ streamReader
)
member GetSvgImage :
name : string *
streamReader : Func<Stream, Object> -> Object
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