Setzt die Anfangs- und Endkoordinaten für eine zu zeichnende Markierungsfläche.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub SetMarkingArea( _ ByVal start As Integer, _ ByVal end As Integer, _ ByVal color As Color _ ) |
| C# |
|---|
| public void SetMarkingArea( int start, int end, Color color ) |
| C++ |
|---|
| public: void SetMarkingArea( int start, int end, Color color ) sealed |
| J# |
|---|
| public void SetMarkingArea( int start, int end, Color color ) |
| JScript |
|---|
| public
function SetMarkingArea( start : int, end : int, color : Color ) |
Parameters
- start
- Startposition (X-Koordinate).
- end
- Endposition (X-Koordinate).
- color