예제 #1
0
 public Position(AnchoringEnum anchor, int left, int top)
 {
     this.anchor = anchor;
     this.left   = left;
     this.top    = top;
 }
예제 #2
0
		public Position(AnchoringEnum anchor, int left, int top) {
			this.anchor = anchor;
			this.left   = left;
			this.top    = top;
		}