Metodo UtilityToSvgImage(String)
|
Converte path di file ico/svg/png/bmp in SvgImage
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic static SvgImage ToSvgImage(
string path
)
Public Shared Function ToSvgImage (
path As String
) As SvgImage
public:
static SvgImage^ ToSvgImage(
String^ path
)
static member ToSvgImage :
path : string -> SvgImage Parametri
- path String
-
Valore di ritorno
SvgImage
Vedi anche