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