Metodo DedStateManagerGetStateSvgIcon
|
Ritorna l'icona svg standard dello stato in base al suo id.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic static SvgImage GetStateSvgIcon(
int stateId
)
Public Shared Function GetStateSvgIcon (
stateId As Integer
) As SvgImage
public:
static SvgImage^ GetStateSvgIcon(
int stateId
)
static member GetStateSvgIcon :
stateId : int -> SvgImage Parametri
- stateId Int32
- Id dello stato.
Valore di ritorno
SvgImage
Vedi anche