Beispiel #1
0
 public void OnKeyPointChange(KeyPoint keyPoint, float x, float y)
 {
 }
Beispiel #2
0
 public PolygonElement() : base()
 {
     Z = 2f;
     this.ElementCursor = Cursors.SizeAll;
     tmpPoint           = new KeyPoint(0, 0, this);
 }