コード例 #1
0
        public static Rectangle OffsetNew(this Rectangle rect, int x, int y)
        {
            rect.Offset(x, y);

            return(rect);
        }