'Declaration Public Shared Function FromHtml( _
ByVal htmlColorСтроковое представление цвета Html для перевода.As System.String _
) As VintasoftColor
public static VintasoftColor FromHtml(
System.String htmlColor
)
public: static VintasoftColor FromHtml(
System.String htmlColor
)
public:
static VintasoftColor FromHtml(
System.String htmlColor
)
Parameters
- htmlColor
- Строковое представление цвета Html для перевода.
Return Value
Структура VintasoftColor, представляющая переведенный цвет HTML, или Empty, если htmlColor равен null.