 | POINT 构造函数 |
Sweet 开发框架
命名空间:
Sweet.Common.Win32
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public POINT(
int ax,
int ay
)
Public Sub New (
ax As Integer,
ay As Integer
)
new :
ax : int *
ay : int -> POINT
参数
- ax
- 类型:SystemInt32
[缺少 "M:Sweet.Common.Win32.POINT.#ctor(System.Int32,System.Int32)" 的 <param name="ax"/> 文档]
- ay
- 类型:SystemInt32
[缺少 "M:Sweet.Common.Win32.POINT.#ctor(System.Int32,System.Int32)" 的 <param name="ay"/> 文档]
参见