コード例 #1
0
        public SelectionHandlePart(BoxFill fill, BoxPos hpos, BoxPos vpos, int x, int y, BoxPos hposEnd, BoxPos vposEnd, int xEnd, int yEnd)
        {
            this.fill = fill;
            this.hpos = hpos;
            this.vpos = vpos;
            this.x    = x;
            this.y    = y;

            this.hposEnd = hposEnd;
            this.vposEnd = vposEnd;
            this.xEnd    = xEnd;
            this.yEnd    = yEnd;
        }
コード例 #2
0
		public SelectionHandlePart (BoxFill fill, BoxPos hpos, BoxPos vpos, int x, int y, BoxPos hposEnd, BoxPos vposEnd, int xEnd, int yEnd)
		{
			this.fill = fill;
			this.hpos = hpos;
			this.vpos = vpos;
			this.x = x;
			this.y = y;
			
			this.hposEnd = hposEnd;
			this.vposEnd = vposEnd;
			this.xEnd = xEnd;
			this.yEnd = yEnd;
		}