메소드 | 설명 | |
---|---|---|
Draw ( Vector2f &offset, |
Draws this obstruction segement to the System.Drawings.Graphics.
|
|
Segment ( ) : System.IO |
Creates an empty segment.
|
|
Segment ( |
Creates and loads a segment from a filestream.
|
|
Segment ( int x1, int y1, int x2, int y2 ) : System.IO |
Creates a segment with supplied values.
|
메소드 | 설명 | |
---|---|---|
Save ( |
Stores this segment into a filestream.
|
public Draw ( Vector2f &offset, |
||
offset | Vector2f | The x/y offset to use. |
color | ||
리턴 | void |
public Segment ( |
||
stream | The System.IO.BinaryReader to use. | |
리턴 | System.IO |
public Segment ( int x1, int y1, int x2, int y2 ) : System.IO | ||
x1 | int | The upper left x. |
y1 | int | The upper left y. |
x2 | int | The lower right x. |
y2 | int | The lower right y. |
리턴 | System.IO |