SvgImage.FromResources(String, Assembly) Method
In This Article
Creates a new SvgImage object from a vector image stored in project resources.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | The name an icon has in resources. |
assembly | Assembly | The assembly name. |
#Returns
Type | Description |
---|---|
Svg |
A newly created Svg |
#Remarks
The code below illustrates an example.
See Also