Метод | Описание | |
---|---|---|
DrawLine ( |
Draws this line to the System.Drawing.Graphics.
|
|
Line ( ) : System.Drawing |
Creates a new, empty Line.
|
|
Line ( |
Creates a line from another line.
|
|
Line ( |
Creates a line with some values.
|
|
Line ( short x1, short y1, short x2, short y2 ) : System.Drawing |
Creates a line with some values.
|
|
ToRectangle ( ) : |
Grabs the area of this Line.
|
|
ToRectangle ( |
Grabs the area of a Line.
|
public DrawLine ( |
||
g | The System.Drawing.graphics to use. | |
pen | The pen style to use. | |
Результат | void |
public Line ( |
||
copy | The other line to copy from. | |
Результат | System.Drawing |
public Line ( |
||
start | The start Point. | |
end | The end Point. | |
Результат | System.Drawing |
public Line ( short x1, short y1, short x2, short y2 ) : System.Drawing | ||
x1 | short | The start x. |
y1 | short | The start y. |
x2 | short | The end x. |
y2 | short | The end y. |
Результат | System.Drawing |
public static ToRectangle ( |
||
l | The line to convert | |
Результат |