Rename Graphics.DrawBox() extension
After some tests, `FillRectangle()` doesn't suffer the same off-by-one problem as `DrawRectangle()`, so there is no need to mirror `DrawBox()` with a `FillBox()` method. Instead, `DrawBox()` should be renamed to `DrawBorder()` since that is more inline with what the method does.
issue