Esempio n. 1
0
 public Anchor(Gwen.Anchor anchor)
 {
     target = anchor;
 }
Esempio n. 2
0
 public Anchor(int left, int top, int right, int bottom)
 {
     target = new Gwen.Anchor((byte)left, (byte)top, (byte)right, (byte)bottom);
 }