ColorConverters.FromHex(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從十六進位字串建立新的 Color。
public static System.Drawing.Color FromHex (string hex);
參數
- hex
- System.String
字串值,類似於 HTML 中使用的語法,例如 「00FF00」。。 Alpha 可以選擇性地指定為字元的第一對, (“CC00FF00”) 。
傳回
System.Drawing.Color
十六進位字串中的色彩。