Property | Type | Description |
---|
Method | Description | |
---|---|---|
TPoint ( double x, double y ) : System.Drawing |
Initializes a new instance of the TPoint class.
|
|
TPoint ( float x, float y ) : System.Drawing |
Initializes a new instance of the TPoint class.
|
|
TPoint ( int x, int y ) : System.Drawing |
Initializes a new instance of the TPoint class.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
Translate ( |
Translates this point.
|
|
Translate ( int dx, int dy ) : |
Translates this point.
|
|
operator ( ) : |
Adds size to point.
|
public TPoint ( double x, double y ) : System.Drawing | ||
x | double | See |
y | double | See |
return | System.Drawing |
public TPoint ( float x, float y ) : System.Drawing | ||
x | float | See |
y | float | See |
return | System.Drawing |
public TPoint ( int x, int y ) : System.Drawing | ||
x | int | See |
y | int | See |
return | System.Drawing |
public Translate ( |
||
size | The distance to move the point. | |
return |
public Translate ( int dx, int dy ) : |
||
dx | int | The distance to move along the x axis. |
dy | int | The distance to move along the y axis. |
return |