Property | Type | Description | |
---|---|---|---|
Point | System |
Method | Description | |
---|---|---|
ISerializable ( |
||
Point ( ) : System |
构造函数。
|
|
Point ( System.Point point ) : System |
拷贝的构造函数。
|
|
Point ( int x, int y ) : System |
构造函数,通过XY坐标点初始化Point对象。
|
Method | Description | |
---|---|---|
Point ( |
public ISerializable ( |
||
info | ||
context | ||
return | void |
public Point ( System.Point point ) : System | ||
point | System.Point | Point对象实例。 |
return | System |