메소드 | 설명 | |
---|---|---|
Clone ( ) : Object | ||
Equals ( Point other ) : bool |
Specifies whether this System.Drawing.Point contains the same coordinates as the specified System.Drawing.Point
|
|
Equals ( object obj ) : bool |
Specifies whether this System.Drawing.Point contains the same coordinates as the specified System.Object
|
|
GetHashCode ( ) : int | ||
Offset ( Point p ) : void |
Translates this System.Drawing.Point by the specified System.Drawing.Point
|
|
Offset ( int dx, int dy ) : void |
Translates this Point by the specified amount
|
|
Point ( |
Initializes a new instance of the System.Drawing.Point class from a System.Drawing.Size.
|
|
Point ( int x, int y ) : System |
Initializes a new instance of the System.Drawing.Point class with the specified coordinates.
|
|
ToString ( ) : string |
public Equals ( Point other ) : bool | ||
other | Point | The other System.Drawing.Point to test. |
리턴 | bool |
public Point ( |
||
sz | A System.Drawing.Size that specifies the coordinates for the new System.Drawing.Point. | |
리턴 | System |
public Point ( int x, int y ) : System | ||
x | int | The horizontal position of the point. |
y | int | The vertical position of the point. |
리턴 | System |