Ejemplo n.º 1
0
        protected void FillRectangleLine(Vector2Int32 start, Vector2Int32 end)
        {
            var area = Fill.FillRectangleVectorCenter(start, end, new Vector2Int32(_wvm.Brush.Width, _wvm.Brush.Height)).ToList();

            FillSolid(area);
        }
Ejemplo n.º 2
0
        private void FillRectangleLine(Vector2Int32 start, Vector2Int32 end)
        {
            IEnumerable <Vector2Int32> area = Fill.FillRectangleVectorCenter(start, end, new Vector2Int32(_wvm.Brush.Width, _wvm.Brush.Height)).ToList();

            FillSolid(area);
        }