public static int GetBottomEndPosition(this MovableObject movableObject, int height) { return(movableObject.GetPosition().Y + height); }
public static int GetRightEndPosition(this MovableObject movableObject, int width) { return(movableObject.GetPosition().X + width); }