[longomatch] Draw arrow in positions
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Draw arrow in positions
- Date: Mon, 7 Jul 2014 11:32:10 +0000 (UTC)
commit e1acf4de2a80cdfcc528811b508a2217bed2ce98
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Jun 27 19:12:39 2014 +0200
Draw arrow in positions
LongoMatch.Drawing/CanvasObject/PositionObject.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Drawing/CanvasObject/PositionObject.cs
b/LongoMatch.Drawing/CanvasObject/PositionObject.cs
index f49bf8b..e0b4cb7 100644
--- a/LongoMatch.Drawing/CanvasObject/PositionObject.cs
+++ b/LongoMatch.Drawing/CanvasObject/PositionObject.cs
@@ -133,6 +133,7 @@ namespace LongoMatch.Drawing.CanvasObject
if (Points.Count == 2) {
tk.LineWidth = (int) relSize * 2;
tk.DrawLine (Start, Stop);
+ tk.DrawArrow (Start, Stop, 10, 0.3, true);
}
tk.End ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]