SvgBitmap.FromFile(String) Method
Creates a new SvgBitmap object from the specified vector image.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | String | A path to the image file. |
Returns
| Type | Description |
|---|---|
| SvgBitmap | The |
See Also