点击或拖拽改变大小

ColorParse 方法

Parses a color string. #ffffff、r,g,b、r,g,b,a

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static Color Parse(
	string s
)

参数

s
类型:SystemString
The color string.

返回值

类型:Color
The Color.
参见