Skip to content

Commit

Permalink
Rename "..Ex" to "..Helper"
Browse files Browse the repository at this point in the history
  • Loading branch information
Equbuxu committed Feb 27, 2022
1 parent 79c0405 commit 4bdf5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace PixiEditor.Helpers.Extensions
{
public static class Int32RectEx
public static class Int32RectHelper
{
public static Int32Rect Intersect(this Int32Rect rect, Int32Rect other)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace PixiEditor.Helpers.Extensions
{
public static class SKRectIEx
public static class SKRectIHelper
{
public static Int32Rect ToInt32Rect(this SKRectI rect)
{
Expand Down

0 comments on commit 4bdf5a8

Please sign in to comment.