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