 | IniFileExReadPoint 方法 |
Sweet 开发框架
读Point
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public Point ReadPoint(
string section,
string key,
Point Default
)
Public Function ReadPoint (
section As String,
key As String,
Default As Point
) As Point
member ReadPoint :
section : string *
key : string *
Default : Point -> Point
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - Default
- 类型:System.DrawingPoint
Normal
返回值
类型:
Point结果
参见