 | IniFileExWrite 方法 (String, String, Color) |
Sweet 开发框架
写Color
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void Write(
string section,
string key,
Color value
)
Public Sub Write (
section As String,
key As String,
value As Color
)
member Write :
section : string *
key : string *
value : Color -> unit
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - value
- 类型:System.DrawingColor
value
参见